GraphQL OBJECT
ClientSubscriptionSettings
Client subscription settings
link Definition
- type ClientSubscriptionSettings {
- # Offline reminder offset days.
- : Int
- # Online reminder offset days.
- : Int
- # Grace period days.
- : Int
- # Rollback offset days.
- : Int
- # Send online payment reminder.
- : Boolean
- # Process subscriptions as purchase order.
- : Boolean
- # Use current product names for events.
- : Boolean
- # Trigger legacy offline payment notification.
- : Boolean
- # Are subscriptions handled by client.
- : Boolean
- # Preauthorize credit cards for free trials
- : Boolean
- # Copy customer reference number to purchases.
- : Boolean
- # Guess expiration date.
- : Boolean
- # Adjust client prices on renewal.
- : Boolean
- # Rollback on failed update.
- : Boolean
- # Allow installments.
- : Boolean
- # Suppress renewal mails.
- : Boolean
- # Enable PayPal billing agreement type id.
- : EnablePayPalBillingAgreementType
- # Failed payment retry settings.
- : FailedPaymentRetrySettings
- # Indicates whether the subscription uses management model 1.0 or 2.0.
- : SubscriptionManagementModelEnum
- }