interface DiscountCodeInfo {
    discountCode: DiscountCodeReference;
    state: DiscountCodeState;
}

Properties

Properties

discountCode: DiscountCodeReference

Discount Code associated with the Cart or Order.

Indicates the state of the Discount Code applied to the Cart or Order.