Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.03 KB

ListRefundsResponse.md

File metadata and controls

13 lines (9 loc) · 1.03 KB

ListRefundsResponse

Properties

Name Getter Setter Type Description Notes
errors getErrors() setErrors($value) \SquareConnect\Model\Error[] Any errors that occurred during the request. [optional]
refunds getRefunds() setRefunds($value) \SquareConnect\Model\Refund[] An array of refunds 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]