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

« Previous Version 4 Next »

Overview

This structure 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

PwsTaxTypeSummary
  • PwsTaxTypeSummary
    • TaxTypeCode: String (10)
    • TaxTypeId: Int32
    • TaxTypeUid: Int64
    • AppliesToCostFlag: Boolean
    • AppliesToMilestonesFlag: Boolean
    • AppliesToTimeFlag: Boolean
    • InactiveFlag: Boolean
    • TaxTypeName: String (50)

Elements

Element

Data Type

Description

Sample Data

TaxTypeCode

String (10)



TaxTypeId

Int32



TaxTypeUid

Int64



AppliesToCostFlag

Boolean



AppliesToMilestonesFlag

Boolean



AppliesToTimeFlag

Boolean



InactiveFlag

Boolean



TaxTypeName

String (50)



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