disputeReasonCreate

Graphql fields and variables for the disputeReasonCreate mutation

Create a dispute reason

Scope required: billing:write

For a complete list of input attributes see the DisputeReasonAttributes type

mutation disputeReasonCreate ($attributes: DisputeReasonAttributes!) {
  disputeReasonCreate (attributes: $attributes) {
      disputeReason {
        description
        id
        name
      }
      errors
  }
}

Arguments

{
  "attributes": {
    "name": "",
    "description": ""
  }
}
Name
Type
Description

Response

Name
Type
Description

disputeReason

errors

List (String)

Last updated

Was this helpful?