TaxType
Definition of a TaxType for invoice.
This page contains
Fields
| id: ID! | ID of the tax type |
| name: String | Tax type name |
| rate: Decimal | Tax rate |
| strategy: String | Tax strategy |
Implements
Parent objects of TaxType
| TaxDetail PREVIEW | Definition of a TaxDetail for invoice |
| TaxReport PREVIEW | Definition of a tax report |
| TaxReportDetail PREVIEW | |
| TaxReportSummary PREVIEW |