ThirdPartyFiscalClassifications
Associates suppliers or customers with fiscal classifications, determining how transactions are taxed or reported.
Columns
| Name | Type | Description |
| CodeAssignmentId [KEY] | Long | The unique identifier for the code assignment related to third-party fiscal classifications. |
| PartyNumber | String | The identification number of the third-party entity linked to the fiscal classification. |
| ClassTypeCode | String | The code representing the type of fiscal classification (for example, tax-exempt or VAT). |
| ClassCode | String | The specific fiscal classification code assigned to the third party for tax purposes. |
| StartDateActive | Date | The date when the third party's fiscal classification becomes effective. |
| EndDateActive | Date | The date when the third party's fiscal classification stops being effective. |
| PartyName | String | The name of the third party associated with the fiscal classification. |
| BindPartyNumber | String | The identification number of the party to which the fiscal classification is bound. |
| BindPartyTaxProfileId | Long | The unique identifier of the tax profile for the party bound to the fiscal classification. |
| Finder | String | A search field used to locate third-party fiscal classification records. |