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

Latest commit

 

History

History
17 lines (11 loc) · 1016 Bytes

ListRefundsResponse.md

File metadata and controls

17 lines (11 loc) · 1016 Bytes

ListRefundsResponse

squareconnect.models.list_refunds_response

Description

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

Properties

Name Type Description Notes
errors list[Error] Any errors that occurred during the request. [optional]
refunds list[Refund] An array of refunds that match your query. [optional]
cursor str 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 Pagination for more information. [optional]

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