Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.26 KB

OrderResource.md

File metadata and controls

22 lines (18 loc) · 1.26 KB

OrderResource

Properties

Name Type Description Notes
id string Order ID. [optional]
geo_code string order geo code [optional]
status string order status [optional]
created_at string Order creation date. [optional]
updated_at string Order Last update. [optional]
paid_at string Order payment date. [optional]
due_at string Order due date [optional]
buyer \Ageras\Api\OrderConsumerResource [optional]
lines \Ageras\Api\OrderLineResource[] order lines [optional]
installments \Ageras\Api\OrderInstallmentResource[] Installments. [optional]
total_vat_amount \Ageras\Api\AmountResource [optional]
total_amount_excl_vat \Ageras\Api\AmountResource [optional]
total_amount_incl_vat \Ageras\Api\AmountResource [optional]

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