GraphQL INPUT_OBJECT
ClientSubscriptionSettingsInput
Input for service endpoint.
link Definition
- input ClientSubscriptionSettingsInput {
- # 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.
- : EnablePayPalBillingAgreementTypeEnum
- # Failed payment retry settings.
- : FailedPaymentRetrySettingsInput
- }