Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.5 KB

Customer.md

File metadata and controls

20 lines (17 loc) · 1.5 KB

Customer

Properties

Name Type Description Notes
Id string [optional] [default to null]
Email string [default to null]
TaxNumber string The tax number for the customer <strong>Since 1.1</strong> [optional] [default to null]
StandardTaxRate float32 The tax rate for the customer on for standard services a <strong>Since 1.1</strong> [optional] [default to null]
DigitalTaxRate float32 The tax rate for the customer on digital services <strong>Since 1.1</strong> [optional] [default to null]
BillingType string Choice between card and invoice [optional] [default to null]
Type_ string Choice between 'individual' and 'business'. When not provided 'individual' is used. <strong>Since 1.1</strong> [optional] [default to null]
Reference string [optional] [default to null]
ExternalReference string [optional] [default to null]
Address *Address [optional] [default to null]
Locale string Defaults to 'en' if not sent. [optional] [default to null]
Brand string Defaults to 'default' if not sent. [optional] [default to null]

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