OBJECT

RefundRequestDenyMutationPayload

Autogenerated return type of RefundRequestDenyMutation.

link GraphQL Schema definition

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