| 1 |
# CreateRefundResponse |
| 2 |
|
| 3 |
### Description |
| 4 |
|
| 5 |
Defines the fields that are included in the response body of a request to the [](#endpoint-createrefundCreateRefund](#endpoint-createrefund](#endpoint-createrefund) endpoint. One of `errors` or `refund` is present in a given response (never both). |
| 6 |
|
| 7 |
## Properties |
| 8 |
Name | Getter | Setter | Type | Description | Notes |
| 9 |
------------ | ------------- | ------------- | ------------- | ------------- | ------------- |
| 10 |
**errors** | getErrors() | setErrors($value) | [](Error.md**\SquareConnect\Model\Error[]**](Error.md](Error.md) | Any errors that occurred during the request. | [optional] |
| 11 |
**refund** | getRefund() | setRefund($value) | [](Refund.md**\SquareConnect\Model\Refund**](Refund.md](Refund.md) | The created refund. | [optional] |
| 12 |
|
| 13 |
Note: All properties are protected and only accessed via getters and setters. |
| 14 |
|
| 15 |
[](../../README.md#documentation-for-models[Back to Model list]](../../README.md#documentation-for-models](../../README.md#documentation-for-models) [](../../README.md#documentation-for-api-endpoints[Back to API list]](../../README.md#documentation-for-api-endpoints](../../README.md#documentation-for-api-endpoints) [](../../README.md[Back to README]](../../README.md](../../README.md) |
| 16 |
|
| 17 |
|