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 17 Next »

Overview


This represents all of the unique identifying fields associated with a Tax Type. Tax Types allow you to define the different sales taxes that local or national governments require you to charge clients on sales. Projector uses Tax Types to determine default tax percentages as well as to what accounts taxes payable should be routed.

Format


PwsTaxTypeRef
  • PwsTaxTypeRef
    • TaxTypeCode: String
    • TaxTypeId: Int32
    • TaxTypeUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

TaxTypeCode

String

 

 

 Tax Type Code

VAT

TaxTypeId

Int32

 

 

 This is a unique Id associated with the tax type. For internal use only.

21282

TaxTypeUid

Int64

 

 

 This is a unique and immutable Id associated with the tax type.

1152921504606868258


Usage Examples


Example 01
                    <TaxType1Identity>
                        <TaxTypeCode>VAT</TaxTypeCode>
                        <TaxTypeId i:nil="true"/>
                        <TaxTypeUid>1152921504606868258</TaxTypeUid>
                     </TaxType1Identity>
  • No labels