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

    Properties

    Properties

    coupon: string | Stripe.Coupon

    The coupon that was redeemed to create this discount.

    type: "coupon"

    The source type of the discount.