Anchor to subscriptionContractSetNextBillingDatesubscription
mutationsubscription Contract Set Next Billing Date
Requires access scope. Also: The user must have manage_orders_information permission.
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 Arguments
Arguments
- Anchor to contractIdcontract•ID!required
Id The gid of the Subscription Contract to set the next billing date for.
- Anchor to datedate•Date
Time!required The next billing date.
Was this section helpful?
Anchor to SubscriptionContractSetNextBillingDatePayload returnsSubscription Contract Set Next Billing Date Payload returns
- 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?