Class UpdateBatchCriteriaDeleteBatch
Used to delete a batch using UpdateBatchRequest. Refer to UpdateBatchCriteria for additional properties.
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| BatchReference | string | REQUIRED. The unique value assigned to the batch to be updated. |
Examples
{
"__type": "UpdateBatchCriteriaDeleteBatch:#JackHenry.Eps.Mobile.RDC"
}
Methods
Validate(IValidatorContext)
Declaration
public override void Validate(IValidatorContext context)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Overrides