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


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

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **id** | **string** |  |  | rfd-3ece8615-41b7-4983-a3f0-a037430b6036 |
| **payment_request_id** | **string** |  |  | pr-f4a6f77c-4835-4630-9617-2cdc34ee26ee |
| **amount** | **float** |  |  | 1500 |
| **channel_code** | **string** |  |  | SHOPEEPAY |
| **country** | **string** |  |  | PH |
| **currency** | **string** |  |  | PHP |
| **reference_id** | **string** |  |  | order-1234 |
| **failure_code** | **string** |  |  | REFUND_FAILED |
| **refund_fee_amount** | **float** |  |  | null |
| **created** | **string** |  |  | 2023-01-24T07:05:07.859363326Z |
| **updated** | **string** |  |  | 2023-01-24T07:05:07.859363326Z |
| **metadata** | **object** |  |  | null |


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