ListAdditionalRecipientReceivableRefundsRequest

April 10, 2019 ยท View on GitHub

squareconnect.models.list_additional_recipient_receivable_refunds_request

Description

Defines the query parameters that can be included in a request to the ListAdditionalRecipientReceivableRefunds endpoint.

Properties

NameTypeDescriptionNotes
begin_timestrThe 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]
end_timestrThe 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]
sort_orderstrThe order in which results are listed in the response (`ASC` for oldest first, `DESC` for newest first). Default value: `DESC` See SortOrder for possible values[optional]
cursorstrA pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for your original query. See Pagination for more information.[optional]

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