Indicates the tax specifications associated with the shipment for customs compliance purposes in certain regions.

TaxDetail

interface TaxDetail {
    taxRegistrationNumber: string;
    taxType: "GST";
}

Properties

taxRegistrationNumber: string

The shipper's tax registration number associated with the shipment for customs compliance purposes in certain regions.

TaxDetail

taxType

TaxDetail