squareconnect.models.create_refund_response
Defines the fields that are included in the response body of a request to the CreateRefund endpoint. One of errors or refund is present in a given response (never both).
| Name | Type | Notes |
|---|---|---|
| errors | list[Error] | [optional] |
| refund | Refund | [optional] |