Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.29 KB

ListRefundsRequest.md

File metadata and controls

22 lines (14 loc) · 1.29 KB

Square.Connect.Model.ListRefundsRequest

Properties

Name Type Description Notes
BeginTime string The beginning of the requested reporting period, in RFC 3339 format. See Date ranges for details on date inclusivity/exclusivity. Default value: The current time minus one year. [optional]
EndTime string The end of the requested reporting period, in RFC 3339 format. See Date ranges for details on date inclusivity/exclusivity. Default value: The current time. [optional]
SortOrder SortOrderEnum The order in which results are listed in the response (`ASC` for oldest first, `DESC` for newest first). Default value: `DESC` [optional]
Cursor string A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for your original query. See Paginating results for more information. [optional]

SortOrderEnum

Name Value
DESC "DESC"
ASC "ASC"

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