Settlement Batch Summary

Server-side response object returned directly or within a successful result object from the following requests:
Attributes

An array of maps representing settlement batches.

ExamplesAnchorIcon

Generating Settlement Batch SummaryAnchorIcon

  1. CS
var result = gateway.SettlementBatchSummary.Generate(
    DateTime.Now,
    "custom_field_1"
);
if (result.IsSuccess()) {
    List<idictionary<string,string>> records = result.Target.Records;
    Console.Write(records);
}

If you accept cookies, we’ll use them to improve and customize your experience and enable our partners to show you personalized PayPal ads when you visit other sites. Manage cookies and learn more