TaxRepresentativeParty
The tax representative.
More information about Tax Representatives is provided in the Tax Representatives topic.
Details
Element | Value |
---|---|
Name | TaxRepresentativeParty |
ComponentType | ASBIE |
DictionaryEntryName | Invoice.TaxRepresentative_Party. Party |
Definition | The tax representative. |
Cardinality | 0..1 |
ObjectClass | Invoice |
PropertyTermQualifier | Tax Representative |
PropertyTerm | Party |
AssociatedObjectClass | Party |
RepresentationTerm | Party |
minOccurs | 0 |
maxOccurs | 1 |
Elements
Element | Description |
---|---|
Invoice/TaxRepresentativeParty/Person/Name | Specify the parties first name. |
Invoice/TaxRepresentativeParty/Person/FamilyName | Specify the Tax Representative's family name. |
Country Specific Topics
- Italy: Supplier's Tax Representative's EORI Number
- Italy: Supplier's Tax Representative's Fiscal Code
- Italy: Supplier's Tax Representative Natural Person
- Italy: Buyer's Tax Representative
Example
The following example is from the Italy: Supplier's Tax Representative Natural Person topic:
<ubl:Invoice>
<cac:TaxRepresentativeParty>
<!-- Code omitted for clarity -->
<cac:Person>
<cbc:FirstName>Maria</cbc:FirstName>
<cbc:FamilyName>Bianchi</cbc:FamilyName>
</cac:Person>
</cac:TaxRepresentativeParty>
</ubl:Invoice>
Updated 22 days ago