Interface VendorDirectFulfillmentShippingApiModelV20211228TaxRegistrationDetails

Tax registration details of the entity.

TaxRegistrationDetails

interface VendorDirectFulfillmentShippingApiModelV20211228TaxRegistrationDetails {
    taxRegistrationAddress?: VendorDirectFulfillmentShippingApiModelV20211228Address;
    taxRegistrationMessages?: string;
    taxRegistrationNumber: string;
    taxRegistrationType?:
        | "VAT"
        | "GST"
        | VendorDirectFulfillmentShippingApiModelV20211228TaxRegistrationDetailsTaxRegistrationTypeEnum;
}

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

Tax registration type for the entity.

TaxRegistrationDetails

MMNEPVFCICPMFPCPTTAAATR