Mayson Monorepo Documentation
    Preparing search index...
    interface Discount {
        coupon: string | Stripe.Coupon;
        promotion_code: string | Stripe.PromotionCode;
    }
    Index

    Properties

    coupon: string | Stripe.Coupon

    Coupon attached to the Checkout Session.

    promotion_code: string | Stripe.PromotionCode

    Promotion code attached to the Checkout Session.