| Name | Type | Description | Notes |
|---|---|---|---|
| ChargeId | int? | The id of the charge | [optional] |
| Amount | double? | Charge amount | [optional] |
| Currency | string | Currency of the charge | [optional] |
| PayoutId | int? | The id of the payout the order is related to | [optional] |
| ChargeDate | DateTime? | The date the order was placed | [optional] |
| ChargeType | string | Charge type | [optional] |
| ChargeDescription | string | Charge description | [optional] |
| StoreId | int? | Store id | [optional] |