Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 5.03 KB

File metadata and controls

26 lines (23 loc) · 5.03 KB

OrderResponse

Properties

Name Type Required Description
id_ str
amount float
amount_returned float
payment OrderResponsePayment
created int
customer str
currency str
email str
external_coupon_code str
items List[OrderItemResponse]
metadata dict
returns List[OrderReturnedItemResponse] A list of the returns charged against this order.
shipping_address dict
status str
status_transitions OrderResponseStatusTransitions Indicates the last time in Unix time that the order transitioned to one of the following statuses. A zero value for a status indicates that the order has never transitioned to it.
updated int
upstream_id str
tax_percent float

OrderResponsePayment