Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.16 KB

Customer.md

File metadata and controls

18 lines (16 loc) · 1.16 KB

SwaggerClient::Customer

Properties

Name Type Description Notes
id String [optional]
email String
tax_number String The tax number for the customer <strong>Since 1.1</strong> [optional]
standard_tax_rate Float The tax rate for the customer on for standard services a <strong>Since 1.1</strong> [optional]
digital_tax_rate Float The tax rate for the customer on digital services <strong>Since 1.1</strong> [optional]
billing_type String Choice between card and invoice [optional]
type String Choice between 'individual' and 'business'. When not provided 'individual' is used. <strong>Since 1.1</strong> [optional]
reference String [optional]
external_reference String [optional]
address Address [optional]
locale String Defaults to 'en' if not sent. [optional]
brand String Defaults to 'default' if not sent. [optional]