Discount is applied to the shipping costs of the Cart.

interface CartDiscountShippingCostTarget {
    type: "shipping";
}

Properties

Properties

type: "shipping"

Generated using TypeDoc