Interface VendorOrdersApiModelTaxRegistrationDetails

Tax registration details of the entity.

TaxRegistrationDetails

interface VendorOrdersApiModelTaxRegistrationDetails {
    taxRegistrationNumber: string;
    taxRegistrationType:
        | "VAT"
        | "GST"
        | VendorOrdersApiModelTaxRegistrationDetailsTaxRegistrationTypeEnum;
}

Properties

taxRegistrationNumber: string

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

TaxRegistrationDetails

taxRegistrationType:
    | "VAT"
    | "GST"
    | VendorOrdersApiModelTaxRegistrationDetailsTaxRegistrationTypeEnum

Tax registration type for the entity.

TaxRegistrationDetails

MMNEPVFCICPMFPCPTTAAATR