GraphQL INPUT_OBJECT
ProductSubscriptionSettingsInput
link Definition
- input ProductSubscriptionSettingsInput {
- # Subscription automatically ends after the specified number of billing events,
- # excluding the initial payment.
- Int :
- # Set to true to recalculate the next billing date based on the date the last
- # payment was received.
- Boolean :
- # Set to true if the customer should be able to cancel the subscription.
- Boolean :
- # List of other subscription products that are canceled if this product is
- # purchased.
- Int :
- # Type of license. Only has an effect on the product text in the checkout process
- # and not on subscription prices or other factors.
- LicenseTypeEnum :
- # Time between initial payment and first subscription billing event.
- UpdateSubscriptionIntervalInput :
- # Time between billing events.
- UpdateSubscriptionIntervalInput :
- }