xendit.refund.model.Refund
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| id | str | |||
| payment_request_id | str | |||
| amount | float | |||
| channel_code | str | |||
| country | str | |||
| currency | str | |||
| reference_id | str, none_type | |||
| failure_code | str, none_type | |||
| refund_fee_amount | float, none_type | |||
| created | str | |||
| updated | str | |||
| metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type |