Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.09 KB

File metadata and controls

20 lines (16 loc) · 1.09 KB

PayoutRefund

Properties

Name Type Description Notes
order_id int The id of the order the refund was for [optional]
order_currency string Order currency [optional]
payout_id int The id of the payout the order is related to [optional]
order_date \DateTime The date the order was placed [optional]
order_type string Order type (online or cash) [optional]
refund_date \DateTime The date the refund was done [optional]
store_id int Store id [optional]
total_refund double Total refund amount [optional]
refunded_fees double Refunded fees amount [optional]
refunded_amount double Refunded amount [optional]
cash_fee_refunded_to_customer double Cash fee refunded to customer [optional]

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