Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.62 KB

File metadata and controls

20 lines (17 loc) · 1.62 KB

# InvoicePreviewInputCustomer

Properties

Name Type Description Notes
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 \Lago\LagoPhpClient\Model\Country Country code of the customer's billing address. Format must be ISO 3166 (alpha-2) [optional]
external_id string Unique identifier assigned to the customer in your application. [optional]
integration_customers \Lago\LagoPhpClient\Model\InvoicePreviewInputCustomerIntegrationCustomersInner[] [optional]
name string The full name of the customer [optional]
currency \Lago\LagoPhpClient\Model\Currency The currency of the invoice. [optional]
shipping_address \Lago\LagoPhpClient\Model\Address [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 \Lago\LagoPhpClient\Model\Timezone The customer's timezone, used for billing purposes in their local time. Overrides the organization's timezone [optional]

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