Italy: Payee Data
You can specify the details of the person who confirms a payment in Italy.
Use the PayeePartyExtension Extension and its sub-elements to model this information.
Details
Element | Italian Specification |
---|---|
FamilyName | 2.4.2.8 (CognomeQuietanzante) |
FirstName | 2.4.2.9 (NomeQuietanzante) |
Title | 2.4.2.11 (TitoloQuietanzante) |
FiscalCode | 2.4.2.10 (CFQuietanzante) |
Name | 2.4.2.1 (Beneficiario) |
Elements
Use the following elements if the Tax Representative is an organization:
Element | Description |
---|---|
Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/FamilyName | The family name of the person who confirmed the payment. |
Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/FirstName | The first name of the person who confirmed the payment. |
Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/Title | The title of the person who confirmed the payment. |
Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/FiscalCode | The Fiscal Code of the person who confirmed the payment. |
/Invoice/PayeeParty/PartyName/Name | The Payee's name. |
Example
The following example shows the detail for the person who confirmed the payment:
<ubl:Invoice>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:PayeePartyExtension>
<vrbl:PersonConfirmingPayment>
<cbc:FamilyName>Rossi</cbc:FamilyName>
<cbc:FirstName>Mario</cbc:FirstName>
<cbc:Title>Dott.</cbc:Title>
<vrbl:FiscalCode>5566778899</vrbl:FiscalCode>
</vrbl:PersonConfirmingPayment>
</vrbl:PayeePartyExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
</ubl:Invoice>
The following example shows the Payee name:
<ubl:Invoice>
<cac:PayeeParty>
<!-- Code omitted for clarity -->
<cac:PartyName>
<cbc:Name>Payee SRL</cbc:Name>
</cac:PartyName>
</cac:PayeeParty>
</ubl:Invoice>
Updated about 1 month ago