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) · 1.24 KB

ListPaymentRefundsResponse.md

File metadata and controls

17 lines (11 loc) · 1.24 KB

ListPaymentRefundsResponse

Description

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

Properties

Name Getter Setter Type Description Notes
errors getErrors() setErrors($value) \SquareConnect\Model\Error[] Information on errors encountered during the request. [optional]
refunds getRefunds() setRefunds($value) \SquareConnect\Model\PaymentRefund[] The list of requested refunds. [optional]
cursor getCursor() setCursor($value) string The pagination cursor to be used in a subsequent request. If empty, this is the final response. See Pagination 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]