ConfigTaxDefinition Object
Description
Tax definition with rate and name.
Declaration
type ConfigTaxDefinition {
id: ID
name: String!
title: String
rate: Float!
default: Boolean
}
Fields
| Name | Type | Description |
|---|---|---|
id | ID | Tax definition identifier. |
name | String! | Tax name. |
title | String | Display title for the tax. |
rate | Float! | Tax rate as a decimal (e.g., 0.20 for 20%). |
default | Boolean | Whether this is the default tax definition. |