INPUT_OBJECT

ReceiptLineItemInput

Payload for a receipt line item

link GraphQL Schema definition

  • input ReceiptLineItemInput {
  • # The time the receipt line item was created
  • created_at: String
  • # The description of the receipt line item
  • description: String
  • # The ID of the receipt line item
  • id: ID
  • # The previous price of the receipt line item
  • previous_price: String
  • # The current price of the receipt line item
  • price: String
  • }