PwsTaxTypeSummary

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)

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)

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>