Skip to main content
Anchor to RefundSessionRejectPayload

RefundSessionRejectPayload

payload

Return type for refundSessionReject mutation.

•RefundSession

The updated refund session.

Show fields
•[RefundSessionRejectUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Rejects an open refund session. After the refundSessionReject mutation completes on a given refund session, any refundSessionResolve mutation attempts will fail. Subsequent refundSessionReject mutation attempts will succeed, but the RejectionReasonInput argument will be ignored.

Show payload

Arguments

•ID!
required

The refund session ID.

•RefundSessionRejectionReasonInput!
required

The rejection reason.

Show input fields


Was this section helpful?