Skip to main content
Anchor to SubscriptionContractUserError

SubscriptionContractUserError

object

Requires read_own_subscription_contracts access scope.

Represents a Subscription Contract error.

•SubscriptionContractErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•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.

Arguments

•ID!required

The gid of the Subscription Contract to set the next billing date for.

•DateTime!required

The next billing date.


Fields

•SubscriptionContract

The updated Subscription Contract object.

•[SubscriptionContractUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?