Type alias SubscriptionCouponDiscountInput

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

Inline subscription coupon input

Type declaration

  • Optional amountsOff?: InputMaybe<MoneyInputDto[]>

    Discount flat fee amounts off

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

    Description of the coupon that will be created

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

    The duration in months for which the coupon remains active.

  • Optional name?: InputMaybe<Scalars["String"]>

    Name of the coupon that will be created

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

    Discount percent off