Overview
This structure contains the complete set of information of a project note. includes basic information about a company tax type. The information represented in this structure is not comprehensive and only includes certain key attributes of a company tax type deemed to be useful in a list.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
TaxTypeCode | String |
(10) | The tax type code. | GSTCA |
TaxTypeId | Int32 |
The tax type Id is a unique identifier for a tax type. For internal use only. | |
TaxTypeUid | Int64 |
The tax type Uid is a unique and immutable identifier for a tax type. | 1152921504606859965 |
AppliesToCostFlag | Boolean |
If set to 'true', this tax type applies to cost. | true |
AppliesToMilestonesFlag | Boolean |
If set to 'true', this tax type applies to milestones. | true |
AppliesToTimeFlag | Boolean |
If set to 'true', this tax type applies to time. | true |
InactiveFlag | Boolean |
If set to 'true', this tax type is inactive. | true |
TaxTypeName | String |
(50) | The name of the tax type. | Canada Goods & Services Tax |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:TaxType1> <b:TaxTypeCode>GSTCA</b:TaxTypeCode> <b:TaxTypeId i:nil="true"/> <b:TaxTypeUid>1152921504606859965</b:TaxTypeUid> <b:AppliesToCostFlag>true</b:AppliesToCostFlag> <b:AppliesToMilestonesFlag>true</b:AppliesToMilestonesFlag> <b:AppliesToTimeFlag>true</b:AppliesToTimeFlag> <b:InactiveFlag>false</b:InactiveFlag> <b:TaxTypeName>Canada Goods & Services Tax</b:TaxTypeName> </b:TaxType1> |
...