Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 956 Bytes

File metadata and controls

17 lines (14 loc) · 956 Bytes

Flipdish.Model.PayoutChargeback

Properties

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]

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