INPUT_OBJECT

RefundRequestNoteInput

Note on a refund request

link GraphQL Schema definition

  • input RefundRequestNoteInput {
  • # IP address of the person adding this note. Will default to the ip address from
  • # the request if not submitted.
  • ipAddress: String
  • # Text of the note.
  • note: String
  • # The customer who recorded the note. Will default to the user from the API key if
  • # not submitted.
  • userId: ID
  • # The admin who recorded the note.
  • adminId: ID
  • # Receipts, documentation or photos related to the package received.
  • attachments: [ImageInput!]
  • }