InvoiceLineItemTax
Represents an individual tax line item for an invoice.
type InvoiceLineItemTax {
amount: Float!
tax: Tax!
taxCollectedAccount: Account!
taxPaidAccount: Account!
}
Fields
InvoiceLineItemTax.amount
● Float!
non-null scalar
The amount for the tax item.
InvoiceLineItemTax.tax
● Tax!
non-null object
The tax setup for the tax item.
InvoiceLineItemTax.taxCollectedAccount
● Account!
non-null object
The collected account for the tax item.
InvoiceLineItemTax.taxPaidAccount
● Account!
non-null object
The paid account for the tax item.
Member Of
InvoiceLineItem
object