Italy: Transfer or Service Type Code

If a a discount, bonus, rebate or an incidental expense applies, you must specify a transfer or service type code.

Use the TransferOrServiceTypeCode (Extn) Extension to specify the code.

Details

DetailValue
Italian Specification2.2.1.2 (TipoCessionePrestazione)

Element

ElementDescription
Invoice/InvoiceLine/UBLExtensions/UBLExtension/ExtensionContent/InvoiceLineExtension/ TransferOrServiceTypeCodeSepcify the type code.

Restrictions

  • This element can only be used cases where the invoice line is to be used to represent a discount, bonus, rebate or an incidental expense.
  • You must use one of the following codes. You must add the VRBL:IT: prefix to these codes. Only the following codes are allowed:
CodeDescription
VRBL:IT:SCDiscount
VRBL:IT:PRBonus
VRBL:IT:ABRebate
VRBL:IT:ACIncidental expense

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:InvoiceLine>
        <cec:UBLExtensions>
            <cec:UBLExtension>
                <cec:ExtensionContent>
                    <vrbl:InvoiceLineExtension>
                        <!-- Code omitted for clarity -->
                        <vrbl:TransferOrServiceTypeCode>SC</vrbl:TransferOrServiceTypeCode>
                    </vrbl:InvoiceLineExtension>                            
                </cec:ExtensionContent>
            </cec:UBLExtension>
        <!-- Code omitted for clarity -->
    </cac:InvoiceLine>
    <!-- Code omitted for clarity -->
</ubl:Invoice>