@gradientedge/commercetools-utils
    Preparing search index...

    Interface MethodTaxRate

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

    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.