zibri
    Preparing search index...

    The invoice address, which can be either a private or a company address.

    Index

    Constructors

    Properties

    city: string

    The city of the address.

    company: boolean

    Whether or not the address is of a company.

    companyName?: string

    The name of the company.

    countryId: string

    The country id of the address. Eg. 'US'.

    email?: string

    The email of the customer. This does NOT have to be the same email where the invoice is sent. It is required for factur-x or x-rechnung compliant invoices.

    firstName: string

    The first name of the customer.

    formOfAddress: string

    The form of address of the customer.

    lastName: string

    The last name of the customer.

    number: string

    The number of the address.

    postcode: string

    The postcode of the address.

    street: string

    The street of the address.