Name | Type | Description | Notes |
---|---|---|---|
id | uuid::Uuid | Unique system generated identifier for the entity. | |
payment_id | uuid::Uuid | Unique system generated identifier for the payment that is associated to the chargeback item. | |
merchant_id | uuid::Uuid | Unique system generated identifier for the merchant. | |
reason_code | String | Reason code given by the card network for the chargeback item. | |
status | models::ChargebackStatus | ||
category | Option<models::ChargebackCategories> | [optional] | |
history | Vecmodels::BasicChargebackHistory | The chargeback item's history list will be sorted by create date descending: more recent chargeback statuses will be at the beginning of the list. |