Subscription Contract Calculation App Managed Billing Config Input
The input fields for app-managed billing configuration for subscriptions contracts. These fields are stored on the contract but are not used to calculate billing cycle dates.
Anchor to FieldsFields
- maxCycles (Int)
- minCycles (Int)
- Anchor to maxCyclesmax•Int
Cycles The maximum number of billing cycles.
- Anchor to minCyclesmin•Int
Cycles The minimum number of billing cycles.
Anchor to Input objects using this inputInput objects using this input
- Anchor to SubscriptionContractCalculationContractCreateInput.appManagedBillingConfigSubscription•INPUT OBJECT
Contract Calculation Contract Create Input.appManagedBillingConfig The input fields for calculating a new subscription contract. Provide the complete desired state of the contract. The contract isn't created until you commit the calculation with the
mutation.Learn how to build a subscription contract.
- Anchor to SubscriptionContractCalculationContractUpdateInput.appManagedBillingConfigSubscription•INPUT OBJECT
Contract Calculation Contract Update Input.appManagedBillingConfig The input fields for calculating changes to an existing subscription contract. Each field you provide replaces the corresponding value on the contract, and omitted fields remain unchanged. For list fields, provide the complete replacement list, including the
idof each existing item that you want to keep.Learn how to update a subscription contract.