GraphQL GraphQL INPUT_OBJECT

RefundQuantityItemInput

Items with quantity that should be refunded.

link Definition

  • input RefundQuantityItemInput {
  • # Running number of the item in the purchase.
  • runningNumber: Int!
  • # Quantity that should be refunded.
  • quantity: Int!
  • }

link Required by