Italy: Supplier's Tax Representative Natural Person

If an Italian Supplier's Tax Representative is a person, you must specify their first and last names.

An Italian Tax Representative can be an organization or a person.

If it is a person, you must use the Person sub-element of the TaxRepresentativeParty element to specify their first and family names.

Italian Specifications

ElementItalian Specification
FirstName1.3.1.3.2 (Nome)
FamilyName 1.3.1.3.3 (Cognome)

Elements

Use the following elements if the Tax Representative is an organization:

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

Example

<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>