MiscellaneousInvoiceLineItem
Represents an individual line item in a miscellaneous invoice.
type MiscellaneousInvoiceLineItem {
createdAt: DateTime!
createdBy: String
description: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
netAmount: Float!
quantity: NonNegativeInt!
taxAmount: Float!
taxes: [InvoiceLineItemTax!]!
totalAmount: Float!
}
Fields
MiscellaneousInvoiceLineItem.createdAt ● DateTime! non-null scalar
The date and time the record was created.
MiscellaneousInvoiceLineItem.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
MiscellaneousInvoiceLineItem.description ● String scalar
The description of the miscellaneous invoice line item. Optional.
MiscellaneousInvoiceLineItem.id ● ID! non-null scalar
The unique identifier of the miscellaneous invoice line item.
MiscellaneousInvoiceLineItem.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
MiscellaneousInvoiceLineItem.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
MiscellaneousInvoiceLineItem.netAmount ● Float! non-null scalar
The net amount (i.e. tax excluded) of the miscellaneous invoice line item.
MiscellaneousInvoiceLineItem.quantity ● NonNegativeInt! non-null scalar
The quantity of items the invoice line item represents.
MiscellaneousInvoiceLineItem.taxAmount ● Float! non-null scalar
The amount for the tax component of the miscellaneous invoice line item.
MiscellaneousInvoiceLineItem.taxes ● [InvoiceLineItemTax!]! non-null object
The tax items associated with the invoice line item.
MiscellaneousInvoiceLineItem.totalAmount ● Float! non-null scalar
The total amount (tax included) of the miscellaneous invoice line item.
Member Of
MiscellaneousInvoice object