Mayson Monorepo Documentation
    Preparing search index...
    interface Promotion {
        coupon?: string;
        type: "coupon";
    }
    Index

    Properties

    Properties

    coupon?: string

    If promotion type is coupon, the coupon for this promotion code.

    type: "coupon"

    Specifies the type of promotion.