Anchor to SubscriptionContractSetNextBillingDatePayloadSubscription
payloadSubscription Contract Set Next Billing Date Payload
Return type for mutation.
Anchor to FieldsFields
- contract (SubscriptionContract)
- userErrors ([SubscriptionContractUserError!]!)
- Anchor to contractcontract•Subscription
Contract The updated Subscription Contract object.
- Anchor to userErrorsuser•[Subscription
Errors Contract 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
- subscriptionContractSetNextBillingDate (SubscriptionContractSetNextBillingDatePayload)
- •mutation
Sets the next billing date of a Subscription Contract. This field is managed by the apps. Alternatively you can utilize our Billing Cycles APIs, which provide auto-computed billing dates and additional functionalities.
- Anchor to contractIdcontract•ID!
Id required The gid of the Subscription Contract to set the next billing date for.
- Anchor to datedate•Date
Time! required The next billing date.
Arguments
Was this section helpful?