INPUT_OBJECT

RefundRequestLineItemDenyMutationInput

Autogenerated input type of RefundRequestLineItemDenyMutation

link GraphQL Schema definition

  • input RefundRequestLineItemDenyMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • refundRequestLineItemId: ID!
  • # Reason for denying a refund for this line item.
  • denyRefundReason: String!
  • # Notes to create.
  • notes: [RefundRequestNoteInput!]!
  • }