...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
TaxTypeCode | String (10) | The code of tax type | 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 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 milestone. | 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 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> |
...