Typescript SDK Type Docs
    Preparing search index...

    Interface DiscountCodeInfo

    interface DiscountCodeInfo {
        discountCode: DiscountCodeKeyReference;
        state?: DiscountCodeState;
    }
    Index

    Properties

    Properties

    References a DiscountCode by key. If the referenced DiscountCode does not exist, the state of the ImportOperation will be set to unresolved until the referenced DiscountCode is created.

    Maps to DiscountCodeInfo.state