Italy (FatturaPA): Allowance and Charge
An indicator for Allowance and Charge for specifying a discount or charge on the document level.
Header-level allowances and charges are for informational purposes only. Because they are already included in the provided amounts, they do not affect the overall invoice calculation. To distinguish these from allowances and charges that do impact the calculation, use the Information Only Indicator. Set this indicator to true for informational items. Otherwise, set it to false or omit it.
Path: extension /Invoice/AllowanceCharge/UBLExtensions/UBLExtension/ExtensionContent/AllowanceChargeExtension/InformationOnlyIndicator
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AllowanceCharge>
<ext:UBLExtensions>
<ext:UBLExtension>
<ext:ExtensionContent>
<vrbl:AllowanceChargeExtension>
<vrbl:InformationOnlyIndicator>true</vrbl:InformationOnlyIndicator>
</vrbl:AllowanceChargeExtension>
</ext:ExtensionContent>
</ext:UBLExtension>
</ext:UBLExtensions>
<cbc:ChargeIndicator>false</cbc:ChargeIndicator>
<cbc:AllowanceChargeReasonCode>95</cbc:AllowanceChargeReasonCode>
<cbc:Amount currencyID="EUR">1.88</cbc:Amount>
</cac:AllowanceCharge>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated about 13 hours ago
