Skip to main content

TaxRate

Represents information about a tax rate.

type TaxRate {
id: ID!
name: String
percentage: Decimal
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.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

InvoiceLine object ● Product object ● TaxRateEdge object