OBJECT

TaxRate

TaxRate type

link GraphQL Schema definition

  • type TaxRate {
  • # When the tax rate was created
  • createdAt: ISO8601DateTime!
  • # ID of the TaxRate
  • id: ID!
  • # name of the TaxRate
  • name: String
  • # When the tax rate was last updated
  • updatedAt: ISO8601DateTime!
  • }