Creates a new billing subscription
addons argument can be ignored because it has not implemented yet.
- inputSubscriptionInput!
- paymentMethodID
- tierBillingTier
- intervalBillingCycleInterval
- addonsBillingAddonType
BillingSubscription!
BillingSubscription!- billingCycleStartTimestamp of start of the current billing cycle
- billingRenewalDateTimestamp of the renewal date of the subscription
- billingIntervalBillingCycleIntervalInterval of the subscription. One of "month" or "year".
- billingAmountPrice amount for the subscription. In cents.
- billingInfoBillingInfoBilling info provided by the user which is attached to each invoice by Stripe
- isActiveisActive describes if the account has active (premium) subscription
- selfServePortalUrlURL to Stripe-hosted portal which allows to manage subscription
- statusStripeSubscriptionStatusStatus of the subscription
- Addons of the subscription.