On this page
No Headings
Represents a billing entity which can be associated with invoices, customers, and taxes
objectnamerequiredstringName of the billing entity
default_currencystring^[A-Z]{3}$Currency code in ISO 4217 format.
finalize_zero_amount_invoicebooleanWhether to finalize invoices with zero amount
addressobjectAddress of the customer or party.
line1stringFirst line of the address.
line2stringSecond line of the address (optional). This can include apartment, suite, or unit numbers.
citystringCity of the customer or party.
statestringState or region of the customer or party.
postal_codestringPostal or ZIP code of the customer or party. Typically required for countries with a postal code or an equivalent.
countrystring^[A-Z]{2}$Country of the customer or party. Use ISO 3166-1 alpha-2 country codes.
legal_namestring | nullLegal name of the entity
legal_numberstring | nullLegal registration number
emailstring | nullemailContact email for the entity
timezonestringThe timezone of the billing entity
codestring^[a-zA-Z0-9_-]*$Unique code used to identify the billing entity. Must contain only alphanumeric characters, underscores, and hyphens.
is_defaultbooleanWhether this is the default billing entity
idstringuuidThe unique identifier for the billing entity
created_atobjectdate-timeDate and time in ISO 8601 format.
Creation timestamp
updated_atobjectdate-timeDate and time in ISO 8601 format.
Last update timestamp