interface MethodTaxedPrice {
    shippingMethodKey: string;
    taxedPrice?: TaxedItemPrice;
}

Properties

shippingMethodKey: string

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

taxedPrice?: TaxedItemPrice

Taxed price for the Shipping Method.

Generated using TypeDoc