Settlement Batch Summary
Settlement Batch Summary: Generate
- C#
var result = gateway.SettlementBatchSummary.Generate(DateTime.Now, "custom_field_1");
if (result.IsSuccess()) {
List<idictionary<string,string>> records = result.Target.Records;
Console.Write(records);
}
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.