interface MethodExternalTaxRateDraft {
    shippingMethodKey: string;
    taxRate?: ExternalTaxRateDraft;
}

Properties

shippingMethodKey: string

User-defined unique identifier of the Shipping Method in a Cart with Multiple ShippingMode.

External Tax Rate for the Shipping Method, if the Cart has External TaxMode.