| Name | Type | Description | Notes |
|---|---|---|---|
| OrderId | int? | The id of the order the refund 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] |
| RefundDate | DateTime? | The date the refund was done | [optional] |
| StoreId | int? | Store id | [optional] |
| TotalRefund | double? | Total refund amount | [optional] |
| RefundedFees | double? | Refunded fees amount | [optional] |
| RefundedAmount | double? | Refunded amount | [optional] |
| CashFeeRefundedToCustomer | double? | Cash fee refunded to customer | [optional] |