TaxRepresentativeParty

The tax representative.

More information about Tax Representatives is provided in the Tax Representatives topic.

Details

ElementValue
NameTaxRepresentativeParty
ComponentTypeASBIE
DictionaryEntryNameInvoice.TaxRepresentative_Party. Party
DefinitionThe tax representative.
Cardinality0..1
ObjectClassInvoice
PropertyTermQualifierTax Representative
PropertyTermParty
AssociatedObjectClassParty
RepresentationTermParty
minOccurs0
maxOccurs1

Elements

ElementDescription
Invoice/TaxRepresentativeParty/Person/NameSpecify the parties first name.
Invoice/TaxRepresentativeParty/Person/FamilyNameSpecify the Tax Representative's family name.

Country Specific Topics

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>