Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

This structure contains the complete set of information of a project note. 

Format

PwsTaxTypeSummary
  • PwsTaxTypeSummary
    • TaxTypeCode: String
    • TaxTypeId: Int32
    • TaxTypeUid: Int64
    • AppliesToCostFlag: Boolean
    • AppliesToMilestonesFlag: Boolean
    • AppliesToTimeFlag: Boolean
    • InactiveFlag: Boolean
    • TaxTypeName: String

Elements

Element

Data Type

Description

Sample Data

TaxTypeCode

String

 

 

TaxTypeId

Int32

 

 

TaxTypeUid

Int64

 

 

AppliesToCostFlag

Boolean

 

 

AppliesToMilestonesFlag

Boolean

 

 

AppliesToTimeFlag

Boolean

 

 

InactiveFlag

Boolean

 

 

TaxTypeName

String

 

 

Usage Example(s)

Example 01
                  <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 &amp; Services Tax</b:TaxTypeName>
                  </b:TaxType1>



  • No labels