Anchor to subscriptionContractSetNextBillingDatesubscription
subscription Contract Set Next Billing Date
mutation
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 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.
Was this section helpful?
Anchor to SubscriptionContractSetNextBillingDatePayload returnsSubscription Contract Set Next Billing Date Payload returns
- Anchor to contractcontract•
The updated Subscription Contract object.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?