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

Properties

Properties

discountCode: DiscountCodeReference

Discount Code associated with the Cart or Order.

state: string

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

Generated using TypeDoc