Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

8fa8d4c · Jul 10, 2019

History

History
21 lines (12 loc) · 1.45 KB

V1ListSettlementsRequest.md

File metadata and controls

21 lines (12 loc) · 1.45 KB

Square.Connect.Model.V1ListSettlementsRequest

Description

Properties

Name Type Description Notes
Order string TThe order in which payments are listed in the response. See SortOrder for possible values [optional]
BeginTime string The beginning of the requested reporting period, in ISO 8601 format. If this value is before January 1, 2013 (2013-01-01T00:00:00Z), this endpoint returns an error. Default value: The current time minus one year. [optional]
EndTime string The end of the requested reporting period, in ISO 8601 format. If this value is more than one year greater than begin_time, this endpoint returns an error. Default value: The current time. [optional]
Limit int? The maximum number of payments to return in a single response. This value cannot exceed 200. [optional]
Status string Provide this parameter to retrieve only settlements with a particular status (SENT or FAILED). See V1ListSettlementsRequestStatus for possible values [optional]
BatchToken string A pagination cursor to retrieve the next set of results for your original query to the endpoint. [optional]

[Back to Model list] [Back to API list] [Back to README]