Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.51 KB

File metadata and controls

27 lines (24 loc) · 1.51 KB

# CustomerBilling

Properties

Name Type Description Notes
address1 string Address line 1 [optional]
address2 string Address line 2 [optional]
city string City [optional]
company string Company [optional]
country_code string ISO-3166 two letter country code [optional]
customer_billing_oid int Customer profile billing object identifier [optional]
customer_profile_oid int Customer profile object identifier [optional]
day_phone string Day phone [optional]
day_phone_e164 string Day phone in E.164 format (derived — read only) [optional]
default_billing bool Default billing [optional]
evening_phone string Evening phone [optional]
evening_phone_e164 string Evening phone in E.164 format (derived — read only) [optional]
first_name string First name [optional]
last_name string Last name [optional]
last_used_dts string Last used date [optional]
postal_code string Postal code [optional]
state_region string State for United States otherwise region or province for other countries [optional]
tax_county string Tax County [optional]
title string Title [optional]

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