Class UpdateBatchCriteria
A base class for updating a batch in different ways.
Properties
NAME | TYPE | DESCRIPTION |
---|---|---|
BatchReference | string | REQUIRED. The unique value assigned to the batch to be updated. |
Examples
{
"__type": "UpdateBatchCriteria:#JackHenry.Eps.Mobile.RDC",
"BatchReference": "String Content"
}
Methods
Validate(IValidatorContext)
Declaration
public virtual void Validate(IValidatorContext context)
Parameters
TYPE | NAME | DESCRIPTION |
---|---|---|
JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Exceptions
TYPE | DESCRIPTION |
---|---|
JHA.EPS.SharedService.Common.Validator.ValidationResult | BatchReference cannot be null or empty |