Anchor to RefundSessionRejectUserErrorRefund
objectRefund Session Reject User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (RefundSessionRejectUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Refund
Session Reject User 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
- refundSessionReject (RefundSessionRejectPayload)
- •mutation
Rejects an open refund session. After the
mutation completes on a given refund session, anymutation attempts will fail. Subsequentmutation attempts will succeed, but theargument will be ignored.- •ID!required
The refund session ID.
- Anchor to reasonreason•Refund
Session Rejection Reason Input! required The rejection reason.
Arguments
- •ID!
Was this section helpful?