Skip to main content

Class UpdateBatchCriteria

A base class for updating a batch in different ways.


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": "UpdateBatchCriteria:#JackHenry.Eps.Mobile.RDA",
"BatchReference": "String Content"
}

Fields

NAMETYPEDESCRIPTION
RemoteDepositManagerJHA.EPS.SharedService.Common.Contract.IRemoteDeposit

Methods

Validate(IValidatorContext)

Declaration

public virtual void Validate(IValidatorContext context)

Parameters

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

Exceptions

TYPEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.ValidationResultBatchReference cannot be null or empty