Anchor to SubscriptionContractUserErrorSubscription
objectSubscription Contract User Error
Requires access scope.
Represents a Subscription Contract error.
Anchor to FieldsFields
- Anchor to codecode•Subscription
Contract Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •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!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.
Arguments
- 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.
Fields
Was this section helpful?