@stigg/node-server-sdk - v4.22.1

    Type Alias SubscriptionCouponDiscountInput

    Inline subscription coupon input

    type SubscriptionCouponDiscountInput = {
        amountsOff?: InputMaybe<MoneyInputDto[]>;
        description?: InputMaybe<Scalars["String"]>;
        durationInMonths?: InputMaybe<Scalars["Float"]>;
        name?: InputMaybe<Scalars["String"]>;
        percentOff?: InputMaybe<Scalars["Float"]>;
    }
    Index

    Properties

    amountsOff?: InputMaybe<MoneyInputDto[]>

    Discount flat fee amounts off

    description?: InputMaybe<Scalars["String"]>

    Description of the coupon that will be created

    durationInMonths?: InputMaybe<Scalars["Float"]>

    The duration in months for which the coupon remains active.

    Name of the coupon that will be created

    percentOff?: InputMaybe<Scalars["Float"]>

    Discount percent off

    MMNEPVFCICPMFPCPTTAAATR