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


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

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **payment_request_id** | **string** |  |  | pr-3ece8615-41b7-4983-a3f0-a037430b6036 |
| **invoice_id** | **string** |  |  | 7a2c81d4f9e052a870bf37d2 |
| **reference_id** | **string** |  |  | order-1234 |
| **amount** | **float** |  |  | 1500 |
| **currency** | **string** |  |  | PHP |
| **reason** | **string** |  |  | CANCELLATION |
| **metadata** | **object** |  |  | {"foo":"bar"} |


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