ListAdditionalRecipientReceivableRefundsResponse

April 10, 2019 ยท View on GitHub

squareconnect.models.list_additional_recipient_receivable_refunds_response

Description

Defines the fields that are included in the response body of a request to the ListAdditionalRecipientReceivableRefunds endpoint. One of errors or additional_recipient_receivable_refunds is present in a given response (never both).

Properties

NameTypeDescriptionNotes
errorslist[Error]Any errors that occurred during the request.[optional]
receivable_refundslist[AdditionalRecipientReceivableRefund]An array of AdditionalRecipientReceivableRefunds that match your query.[optional]
cursorstrA pagination cursor for retrieving the next set of results, if any remain. Provide this value as the `cursor` parameter in a subsequent request to this endpoint. See Pagination for more information.[optional]

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