Tax registration details of the entity.

Export

TaxRegistrationDetail

interface TaxRegistrationDetail {
    taxRegistrationAddress?: Address;
    taxRegistrationMessage?: string;
    taxRegistrationNumber: string;
    taxRegistrationType?: TaxRegistrationDetailTaxRegistrationTypeEnum;
}

Properties

taxRegistrationAddress?: Address

Memberof

TaxRegistrationDetail

taxRegistrationMessage?: string

Tax registration message that can be used for additional tax related details.

Memberof

TaxRegistrationDetail

taxRegistrationNumber: string

Tax registration number for the entity. For example, VAT ID, Consumption Tax ID.

Memberof

TaxRegistrationDetail

Tax registration type for the entity.

Memberof

TaxRegistrationDetail