Skip to main content

Class GetBatchesResponse

Results from a GetBatchesRequest.


Properties

NAMETYPEDESCRIPTION
RequestIdSystem.stringUnique identifier used to identify the request associated with the response.
ResultResponseResultTypeValue indicating type of result. Possible values: Error (default), Success, ValidationError, NoChange
ResultCodeSystem.stringCan be Error or Resource code depending on type of result.
ResultMessageSystem.stringMessage regarding details of the Result.
ValidationResultsValidationResult[]Array of ValidationResult objects containing messages regarding input validation.
Credentials TokenCredentials A security token representing an authenticated user which will be used in subsequent calls. The token expires after 20 minutes.
Batches Batch[] The list of batches.

Batch

NAMETYPEDESCRIPTION
BatchNumberSystem.StringA string value that can be assigned by the user to correlate to the Financial Institution's system or auto generated by the EPS system if left blank. This value must be unique. Also known as Deposit Name. Refer to GetSettingsRequest Class ShowCustomBatchID. Conditional field. Max 40 characters.
BatchReferenceSystem.StringThis is a unique string value assigned to a batch by EPS from the CreateBatchRequest.
EventsJackHenry.Eps.Mobile.Event[]Events that have occured on the batch.
LocationNameSystem.StringA string value defining the location for the type of deposit. Possible values: Mobile Consumer Capture or Mobile MicroBusiness Capture.
Status System.String The Batch status code.
StatusDescription System.String The Batch status description to be displayed.
TotalAmountSystem.DecimalThe amount of the items in the batch in DECIMAL format.
TotalCountSystem.DecimalThe number of items in the batch.

Examples

{
"__type": "GetBatchesResponse:#JackHenry.Eps.Mobile.RDA",
"Batches": [
{
"__type": "Batch:#JackHenry.Eps.Mobile.RDA",
"LocationName": "String Content",
"BatchReference": "String Content",
"BatchNumber": "String Content",
"Status": "String Content",
"StatusDescription": "String Content",
"TotalAmount": 12678967.54,
"TotalCount": 12678967.54,
"Events": []
}
]
}

Methods

Exception(string)

Declaration

public void Exception(string message)

Parameters

TYPENAMEDESCRIPTION
System.Stringmessage

NullRequestResonse()

Declaration

public static Response NullRequestResonse()

Return Value

TYPEDESCRIPTION
Response

Success()

Declaration

public void Success()

Success(String)

Declaration

public void Success(string resultMessage)

Parameters

TYPENAMEDESCRIPTION
System.StringresultMessage