Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 2.05 KB

CustomerCreateInputCustomer.md

File metadata and controls

27 lines (24 loc) · 2.05 KB

# CustomerCreateInputCustomer

Properties

Name Type Description Notes
external_id string The customer external unique identifier (provided by your own application)
address_line1 string The first line of the billing address [optional]
address_line2 string The second line of the billing address [optional]
city string The city of the customer's billing address [optional]
country string Country code of the customer's billing address. Format must be ISO 3166 (alpha-2) [optional]
currency Currency [optional]
email string The email of the customer [optional]
legal_name string The legal company name of the customer [optional]
legal_number string The legal company number of the customer [optional]
logo_url string The logo URL of the customer [optional]
name string The full name of the customer [optional]
phone string The phone number of the customer [optional]
state string The state of the customer's billing address [optional]
tax_identification_number string The tax identification number of the customer [optional]
timezone Timezone [optional]
url string The custom website URL of the customer [optional]
zipcode string The zipcode of the customer's billing address [optional]
billing_configuration \LagoClient\Model\CustomerBillingConfiguration [optional]
metadata \LagoClient\Model\CustomerCreateInputCustomerMetadataInner[] Set of key-value pairs that you can attach to a customer. This can be useful for storing additional information about the customer in a structured format [optional]

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