Settlement Batch Summary
Settlement Batch Summary: Generate
- Java
Result<settlementbatchsummary> result = gateway
.settlementBatchSummary()
.generate(Calendar.getInstance(), "custom_field_1");
if (result.isSuccess()) {
List<map<string,string>> records = result.getTarget().getRecords();
}
Parameters
.groupByCustomField(…)
stringA string representing a transaction's custom field that you wish to group by.
.settlementDate(…)
stringA string representing the date of the settlement batch.