OBJECT

RefundRequestRevertDenialMutationPayload

Autogenerated return type of RefundRequestRevertDenialMutation.

link GraphQL Schema definition

  • type RefundRequestRevertDenialMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • refundRequest: RefundRequest
  • status: Int!
  • }