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
Element | Italian specification |
---|---|
FirstName | 1.4.1.3.2 (Nome) |
FamilyName | 1.2.1.3.3 (Cognome) |
Elements
Element | Description |
---|---|
Invoice/AccountingCustomerParty/Party/Person/FirstName | Specify the buyer's first name. |
Invoice/AccountingCustomerParty/Party/Person/FamilyName | Specify 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>
Updated about 1 month ago