INPUT_OBJECT

RefundRequestRefundMutationInput

Autogenerated input type of RefundRequestRefundMutation

link GraphQL Schema definition

  • input RefundRequestRefundMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the refund request.
  • refundRequestId: ID!
  • # Amount refunded (cash). In cents.
  • cashAmountCents: Int
  • # Amount to be reclaimed from merchant (remittance). In cents.
  • recoveredAmountCents: Int
  • # Notes to create.
  • notes: [RefundRequestNoteInput!]!
  • # Image(s) of refund receipts(s).
  • receipts: [ImageInput!]
  • # Line items to add. Must be custom line items, not referencing an invoice line
  • # item.
  • newLineItems: [RefundRequestLineItemInput!]
  • }