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

Files

Latest commit

cc1dea6 · Nov 20, 2019

History

History
19 lines (11 loc) · 1.26 KB

ListAdditionalRecipientReceivableRefundsResponse.md

File metadata and controls

19 lines (11 loc) · 1.26 KB

Square.Connect.Model.ListAdditionalRecipientReceivableRefundsResponse

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). Note: This model is deprecated.

Properties

Name Type Description Notes
Errors List<Error> Any errors that occurred during the request. [optional]
ReceivableRefunds List<AdditionalRecipientReceivableRefund> An array of AdditionalRecipientReceivableRefunds that match your query. [optional]
Cursor string A 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 Paginating results for more information. [optional]

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