/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Refund/CreateRefund400Response.md
# # CreateRefund400Response


```php
use Xendit\Refund\CreateRefund400Response;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **error_code** | **string** |  |  | MAXIMUM_REFUND_AMOUNT_REACHED |
| **message** | **string** |  |  | Error because the provided amount is greater than the allowed refund amount. |


[[Back to README]](../../README.md)