TaxRate
Represents information about a tax rate.
type TaxRate {
id: ID!
name: String
percentage: Decimal
code: String
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
TaxRate.id ● ID! non-null scalar
Tax rate's unique identifier.
TaxRate.name ● String scalar
The name of the tax rate.
TaxRate.percentage ● Decimal scalar
The percentage of the tax rate.
TaxRate.code ● String scalar
The code of the tax rate.
TaxRate.createdAt ● DateTimeTz! non-null scalar
The date and time when the tax rate was created.
TaxRate.updatedAt ● DateTimeTz! non-null scalar
The date and time when the tax rate was last updated.
TaxRate.deletedAt ● DateTimeTz scalar
The date and time when the tax rate was deleted.
Returned By
createTaxRate mutation ● deleteTaxRate mutation ● restoreTaxRate mutation ● taxRate query ● updateTaxRate mutation
Member Of
ExpenseLine object ● InvoiceLine object ● Product object ● QuoteLine object ● TaxRateEdge object