GraphQL OBJECT
ProductSubscriptionSettings
Settings for subscription products.
link Definition
- type ProductSubscriptionSettings {
- # Subscription automatically ends after the specified number of billing events,
- # excluding the initial payment.
- : Int
- # Indicates whether the next billing date is recalculated based on the date the
- # last payment was received.
- : Boolean
- # Indicates whether the customer can cancel the subscription.
- : Boolean
- # List of other subscription products that are canceled if this product is
- # purchased.
- : ProductList
- # Type of license. Only has an effect on the product text in the checkout process
- # and not on subscription prices or other factors.
- : LicenseType
- # Time between initial payment and first subscription billing event.
- : SubscriptionInterval
- # The product for which the subscription settings apply.
- : Product
- # Time between billing events.
- : SubscriptionInterval
- }