interface CartRemoveDiscountCodeAction {
    action: "removeDiscountCode";
    discountCode: DiscountCodeReference;
}

Properties

Properties

action: "removeDiscountCode"
discountCode: DiscountCodeReference

Discount Code to remove from the Cart.

Generated using TypeDoc