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

    Properties

    Properties

    coupon: string | Stripe.Coupon

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

    type: "coupon"

    The type of promotion.