Italy: Allowance Charges

You can specify allowances such as discounts.

You cannot use the AllowanceCharge element to model allowances.

General information about Allowances is provided in the Allowances topic.

Details

DetailStatus
Italian SpecificationNone

Elements

ElementDescription
PriceExtension

Restrictions

The following example is not allowed:

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- Code omitted for clarity -->
            <!-- <cac:AllowanceCharge> -->
                <!-- NOT USED -->
            <!-- <cac:AllowanceCharge> -->
        <!-- Code omitted for clarity -->
    </cac:InvoiceLine>
    <!-- Code omitted for clarity -->
</ubl:Invoice>

Instead, you muse use the PriceAmountBeforeAllowanceCharge element. For example:

		<cac:Price>
			<cec:UBLExtensions>
				<cec:UBLExtension>
					<cec:ExtensionContent>
						<vrbl:PriceExtension>
							<!-- Item Gross Price (2.2.1.9 <PrezzoUnitario>) -->
							<vrbl:PriceAmountBeforeAllowanceCharge>62.30000000</vrbl:PriceAmountBeforeAllowanceCharge>
						</vrbl:PriceExtension>
					</cec:ExtensionContent>
				</cec:UBLExtension>