interface MethodTaxRate {
    shippingMethodKey: string;
    taxRate?: TaxRate;
}

Properties

shippingMethodKey: string

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

taxRate?: TaxRate

Tax Rate for the Shipping Method.

Generated using TypeDoc