Skip to main content
Anchor to RefundSessionRejectPayload

RefundSessionRejectPayload

payload

Return type for refundSessionReject mutation.

•RefundSession

The updated refund session.

•[RefundSessionRejectUserError!]!
non-null

The list of errors that occurred from executing the mutation.


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.


Was this section helpful?