| Name | Type | Description | Notes |
|---|---|---|---|
| OrderId | int? | The id of the order the chargeback was for | [optional] |
| OrderCurrency | string | Order currency | [optional] |
| PayoutId | int? | The id of the payout the order is related to | [optional] |
| OrderDate | DateTime? | The date the order was placed | [optional] |
| OrderType | string | Order type (online or cash) | [optional] |
| ChargebackDate | DateTime? | The date the chargeback was done | [optional] |
| StoreId | int? | Store id | [optional] |
| ChargebackAmount | double? | Chargeback amount | [optional] |
| RefundedFees | double? | Amount of refunded fees | [optional] |