Skip to main content

InvoiceOptionalInput

No description

type InvoiceOptionalInput {
id: ID
total: String
paid: Boolean
notes: String
data: GQLTJson
createdAt: GQLTDate
updatedAt: GQLTDate
voucherId: ID
accountId: ID
userId: ID
orderId: ID
transactionId: ID
invoiceItems: InvoiceInvoiceItemsHasManyInput
user: InvoiceUserBelongsToInput
transaction: InvoiceTransactionBelongsToInput
voucher: InvoiceVoucherBelongsToInput
account: InvoiceAccountBelongsToInput
order: InvoiceOrderBelongsToInput
}

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