Tax registration details of the entity.

TaxRegistrationDetails

interface TaxRegistrationDetails {
    taxRegistrationAddress?: Address;
    taxRegistrationMessages?: string;
    taxRegistrationNumber: string;
    taxRegistrationType?: TaxRegistrationDetailsTaxRegistrationTypeEnum;
}

Properties

taxRegistrationAddress?: Address

TaxRegistrationDetails

taxRegistrationMessages?: string

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

TaxRegistrationDetails

taxRegistrationNumber: string

Tax registration number for the party. For example, VAT ID.

TaxRegistrationDetails

Tax registration type for the entity.

TaxRegistrationDetails