...
This structure represents the unique key fields associated with identifying a Tax Typetax type. Tax Types can be identified by TaxTypeCode or TaxTypeUid. When specifying a PwsTaxTypeRef as an input to a web service, you may specify one or both the TaxTypeCode and/or TaxTypeUid. However, if you do specify both, they must both refer to the same Tax Type tax type or the Tax Type tax type reference will not be considered valid. When a PwsTaxTypeRef is returned in the response to a web service, both the TaxTypeCode and TaxTypeUid will be populated, and guaranteed to refer to a single Tax Typetax type.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required?Default | Description | Sample Data |
---|---|---|---|---|
TaxTypeCode | String The Tax Type Code (20) | One of TaxTypeCode or TaxTypeUid is required | The tax type code is a unique identifier for a Tax Typetax type. | VAT |
TaxTypeId | Int32 | No | The Tax Type tax type Id is a unique identifier for a Tax Typetax type. For internal use only. | 21282 |
TaxTypeUid | Int64The Tax Type Uid is a | See TaxTypeCode | A unique and immutable identifier for a Tax Typetax type. | 1152921504606868258 |
Usage Examples
...