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

Latest commit

 

History

History
18 lines (12 loc) · 1.45 KB

ListAdditionalRecipientReceivablesResponse.md

File metadata and controls

18 lines (12 loc) · 1.45 KB

ListAdditionalRecipientReceivablesResponse

Description

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

Properties

Name Getter Setter Type Description Notes
errors getErrors() setErrors($value) \SquareConnect\Model\Error[] Any errors that occurred during the request. [optional]
receivables getReceivables() setReceivables($value) \SquareConnect\Model\AdditionalRecipientReceivable[] An array of AdditionalRecipientReceivables that match your query. [optional]
cursor getCursor() setCursor($value) 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]

Note: All properties are protected and only accessed via getters and setters.

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