Anchor to SubscriptionBillingCycleContractEditCalculatePayloadSubscription
payloadSubscription Billing Cycle Contract Edit Calculate Payload
Return type for mutation.
Anchor to FieldsFields
- subscriptionContractCalculation (SubscriptionContractCalculation)
- userErrors ([SubscriptionBillingCycleContractEditCalculateUserError!]!)
- Anchor to subscriptionContractCalculationsubscription•Subscription
Contract Calculation Contract Calculation The result of the subscription contract calculation operation.
- Anchor to userErrorsuser•[Subscription
Errors Billing Cycle Contract Edit Calculate User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- subscriptionBillingCycleContractEditCalculate (SubscriptionBillingCycleContractEditCalculatePayload)
- Anchor to subscriptionBillingCycleContractEditCalculatesubscription•mutation
Billing Cycle Contract Edit Calculate Starts an asynchronous calculation for changes to a single billing cycle of an existing subscription contract. Committing the calculation applies the changes only to the selected cycle, leaving the recurring contract unchanged.
Poll the
query to review the calculated contract, then commit it with themutation.Learn how to update a subscription contract.
- Anchor to actoractor•Subscription
Actor The actor who initiated a subscription action.
- Anchor to billingCycleEditInputbilling•Subscription
Cycle Edit Input Contract Calculation Billing Cycle Edit Input! required The input for the single billing cycle contract edit calculation.
- Anchor to billingCycleSelectorbilling•Subscription
Cycle Selector Billing Cycle Selector! required Selects the billing cycle to edit, by index or date.
- Anchor to contractIdcontract•ID!
Id required The ID of the subscription contract to edit.
Arguments
Was this section helpful?