ReceiptLineItemInput
Payload for a receipt line item
Fields
created_at
· String
· The time the receipt line item was created description
· String
· The description of the receipt line item previous_price
· String
· The previous price of the receipt line item Used By
Definition
"""Payload for a receipt line item"""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}