Interface VendorDirectFulfillmentOrdersApiModelV20211228TaxRegistrationDetails

Tax registration details of the entity.

TaxRegistrationDetails

interface VendorDirectFulfillmentOrdersApiModelV20211228TaxRegistrationDetails {
    taxRegistrationAddress?: VendorDirectFulfillmentOrdersApiModelV20211228Address;
    taxRegistrationMessages?: string;
    taxRegistrationNumber: string;
    taxRegistrationType?:
        | "VAT"
        | "GST"
        | VendorDirectFulfillmentOrdersApiModelV20211228TaxRegistrationDetailsTaxRegistrationTypeEnum;
}

Properties

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

taxRegistrationType?:
    | "VAT"
    | "GST"
    | VendorDirectFulfillmentOrdersApiModelV20211228TaxRegistrationDetailsTaxRegistrationTypeEnum

Tax registration type for the entity.

TaxRegistrationDetails

MMNEPVFCICPMFPCPTTAAATR