| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | [optional] | |
| amount | Integer | [optional] | |
| currency | String | Three-letter ISO currency code. Must be upper-case | [optional] |
| externalReference | String | [optional] | |
| status | StatusEnum | [optional] | |
| createdAt | String | [optional] | |
| customer | Customer | [optional] | |
| receipts | List<InlineResponse2009Receipts> | [optional] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| COMPLETED | "completed" |
| DISPUTED | "disputed" |
| PARTIALLY_REFUNDED | "partially_refunded" |
| FULLY_REFUNDED | "fully_refunded" |