Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 1.12 KB

File metadata and controls

17 lines (12 loc) · 1.12 KB

BasicChargeback

Properties

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.

[Back to Model list] [Back to API list] [Back to README]