Package | Description |
---|---|
org.posper.heartland.beans.batch |
Modifier and Type | Method and Description |
---|---|
List<BatchSummaryDetail> |
HeartlandBatchSummaryResponse.getDetails() |
Modifier and Type | Method and Description |
---|---|
void |
HeartlandBatchSummaryResponse.setDetails(List<BatchSummaryDetail> details) |
Constructor and Description |
---|
HeartlandBatchSummaryResponse(HeartlandResponseHeader header,
Integer siteID,
String merchantName,
Integer deviceID,
Integer batchID,
String batchStatus,
Integer batchSequenceNumber,
Calendar openUtcDate,
Integer openTransactionID,
Integer creditCount,
String creditAmount,
Integer debitCount,
String debitAmount,
Integer saleCount,
String saleAmount,
Integer returnCount,
String returnAmount,
Integer totalCount,
String totalAmount,
String totalGratuityAmount,
List<BatchSummaryDetail> details)
Constructor of Heartland BatchSummary response - when succeeded
|
Copyright © 2021. All rights reserved.