Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 981 Bytes

OrderBilling.md

File metadata and controls

17 lines (13 loc) · 981 Bytes

OrderBilling

Properties

Name Type Description Notes
address str Full billing address. [optional]
city str Exact city of the address. [optional]
country_code str Billing country 2-letter ISO code. [optional]
country str Billing country name. [optional]
phone str Phone number to contact for further details about the order, Mandatory if "email" field is not passed. [optional]
post_code str Postcode for delivery and billing. [optional]
payment_method str How the visitor will pay for the item(s), e.g. paypal, check, etc. [optional]
region str Exact region (state/province) for delivery and billing. [optional]

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