InvoiceItemOptionalInput
No description
Fields#
id (ID)#
This a primary key for InvoiceItem
description (String)#
define the item description
amount (String)#
define the amount of an invoice item
options (GQLTJson)#
product options
createdAt (GQLTDate)#
updatedAt (GQLTDate)#
invoiceId (ID)#
This a primary key for InvoiceItem
productId (ID)#
This a primary key for InvoiceItem
voucherId (ID)#
This a primary key for InvoiceItem
invoice (InvoiceItemInvoiceBelongsToInput)#
This is the mutation object for InvoiceItemInvoiceBelongsTo
product (InvoiceItemProductBelongsToInput)#
This is the mutation object for InvoiceItemProductBelongsTo
voucher (InvoiceItemVoucherBelongsToInput)#
This is the mutation object for InvoiceItemVoucherBelongsTo