Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.41 KB

OrderBilling.md

File metadata and controls

27 lines (23 loc) · 1.41 KB

OrderBilling

Properties

Name Type Description Notes
address1 str Address line 1 [optional]
address2 str Address line 2 [optional]
cc_emails list[str] CC emails. Multiple allowed, but total length of all emails can not exceed 100 characters. [optional]
cell_phone str Cell phone [optional]
cell_phone_e164 str Cell phone (E164 format) [optional]
city str City [optional]
company str Company [optional]
country_code str ISO-3166 two letter country code [optional]
day_phone str Day time phone [optional]
day_phone_e164 str Day time phone (E164 format) [optional]
email str Email [optional]
evening_phone str Evening phone [optional]
evening_phone_e164 str Evening phone (E164 format) [optional]
first_name str First name [optional]
last_name str Last name [optional]
postal_code str Postal code [optional]
state_region str State for United States otherwise region or province for other countries [optional]
title str Title [optional]

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