Tax registration details of the entity.

Export

TaxRegistrationDetails

interface TaxRegistrationDetails {
    taxRegistrationNumber: string;
    taxRegistrationType: TaxRegistrationDetailsTaxRegistrationTypeEnum;
}

Properties

taxRegistrationNumber: string

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

Memberof

TaxRegistrationDetails

The tax registration type for the entity.

Memberof

TaxRegistrationDetails