Skip to main content

Class UpdateBatchCriteriaDeleteBatch

Used to delete a batch using UpdateBatchRequest. Refer to UpdateBatchCriteria for additional properties.


Properties

NAMETYPEDESCRIPTION
BatchReferenceSystem.StringREQUIRED. This is a unique string value assigned to a batch by EPS from the CreateBatchRequest. This references the batch to be updated.

Examples

{
"__type": "UpdateBatchCriteriaDeleteBatch:#JackHenry.Eps.Mobile.RDA"
}

Methods

Validate(IValidatorContext)

Declaration

public override void Validate(IValidatorContext context)

Parameters

TYPENAMEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.IValidatorContextcontext

Overrides

UpdateBatchCriteria.Validate(IValidatorContext)