interface DiscountCodeInfo {
    discountCode: DiscountCodeKeyReference;
    state?: string;
}

Properties

Properties

References a discount code by key.

state?: string

Maps to DiscountCodeInfo.state