Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.06 KB

File metadata and controls

19 lines (16 loc) · 1.06 KB

Flipdish.Model.PayoutRefund

Properties

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]

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