Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.02 KB

ListAdditionalRecipientReceivablesResponse.md

File metadata and controls

15 lines (10 loc) · 1.02 KB

SquareConnect.ListAdditionalRecipientReceivablesResponse

Description

Note: This model is deprecated.

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

Properties

Name Type Description Notes
errors [Error] Any errors that occurred during the request. [optional]
receivables [AdditionalRecipientReceivable] An array of AdditionalRecipientReceivables 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]