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

Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by shippingMethodKey.