Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.48 KB

File metadata and controls

30 lines (25 loc) · 1.48 KB

com.ultracart.admin.v2.Model.OrderBilling

Properties

Name Type Description Notes
Address1 string Address line 1 [optional]
Address2 string Address line 2 [optional]
CcEmails List<string> CC emails. Multiple allowed, but total length of all emails can not exceed 100 characters. [optional]
CellPhone string Cell phone [optional]
CellPhoneE164 string Cell phone (E164 format) [optional]
City string City [optional]
Company string Company [optional]
CountryCode string ISO-3166 two letter country code [optional]
DayPhone string Day time phone [optional]
DayPhoneE164 string Day time phone (E164 format) [optional]
Email string Email [optional]
EveningPhone string Evening phone [optional]
EveningPhoneE164 string Evening phone (E164 format) [optional]
FirstName string First name [optional]
LastName string Last name [optional]
PostalCode string Postal code [optional]
StateRegion string State for United States otherwise region or province for other countries [optional]
Title string Title [optional]

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