InvoiceRequiredInput
No description
Fields#
id (ID)#
This a primary key for Invoice
total (String)#
define the total amount of the invoice
paid (Boolean)#
define if the invoice is paid or not
notes (String)#
define an additional notes for invoice
data (GQLTJson)#
data of invoice used to send to email
createdAt (GQLTDate)#
updatedAt (GQLTDate)#
voucherId (ID)#
This a primary key for Invoice
accountId (ID)#
This a primary key for Invoice
userId (ID)#
This a primary key for Invoice
orderId (ID)#
This a primary key for Invoice
transactionId (ID)#
This a primary key for Invoice
invoiceItems (InvoiceInvoiceItemsHasManyInput)#
This is the mutation object for InvoiceInvoiceItemsHasMany
user (InvoiceUserBelongsToInput)#
This is the mutation object for InvoiceUserBelongsTo
transaction (InvoiceTransactionBelongsToInput)#
This is the mutation object for InvoiceTransactionBelongsTo
voucher (InvoiceVoucherBelongsToInput)#
This is the mutation object for InvoiceVoucherBelongsTo
account (InvoiceAccountBelongsToInput)#
This is the mutation object for InvoiceAccountBelongsTo
order (InvoiceOrderBelongsToInput)#
This is the mutation object for InvoiceOrderBelongsTo