OBJECT
TaxRate
TaxRate type
link GraphQL Schema definition
- type TaxRate {
- # When the tax rate was created
- ISO8601DateTime! :
- # ID of the TaxRate
- ID! :
- # name of the TaxRate
- String :
- # When the tax rate was last updated
- ISO8601DateTime! :
- }