Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.11 KB

OrderBilling.md

File metadata and controls

17 lines (13 loc) · 1.11 KB

OrderBilling

Properties

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

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