Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 2.93 KB

CustomerObject.md

File metadata and controls

31 lines (28 loc) · 2.93 KB

# CustomerObject

Properties

Name Type Description Notes
lago_id string Unique identifier assigned to the customer within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the customer's record within the Lago system
sequential_id int The unique identifier assigned to the customer within the organization's scope. This identifier is used to track and reference the customer's order of creation within the organization's system. It ensures that each customer has a distinct `sequential_id`` associated with them, allowing for easy identification and sorting based on the order of creation
slug string A concise and unique identifier for the customer, formed by combining the Organization's `name`, `id`, and customer's `sequential_id`
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]
applicable_timezone Timezone
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]
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]
created_at \DateTime The date of the customer creation, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). The creation_date provides a standardized and internationally recognized timestamp for when the customer object was created
billing_configuration \LagoClient\Model\CustomerBillingConfiguration [optional]
metadata \LagoClient\Model\CustomerMetadata[] [optional]

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