Italy: Buyer Natural Person

If the Buyer is a person rather than a legal entity like a business, you must specify the person's details.

Use the Person element to specify the buyer's first and last names.

Italian Specifications

ElementItalian specification
FirstName1.4.1.3.2 (Nome)
FamilyName1.2.1.3.3 (Cognome)

Elements

ElementDescription
Invoice/AccountingCustomerParty/Party/Person/FirstNameSpecify the buyer's first name.
Invoice/AccountingCustomerParty/Party/Person/FamilyNameSpecify the buyers family name.

Example

<ubl:Invoice>
    <cac:AccountingCustomerParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <cac:Person>
               <cbc:FirstName>Maria</cbc:FirstName>
               <cbc:FamilyName>Bianchi</cbc:FamilyName>
            </cac:Person>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingCustomerParty>
</ubl:Invoice>