EN-16931: Line-Level Charges

You must use one of the specified values for line-level charges.

Use the AllowanceChargeReasonCode subelement of the AllowanceCharge element to specify this information.

More information about Charges is provided in the Charges topic.

Element

ElementDescription
Invoice/InvoiceLine/AllowanceCharge/AllowanceChargeReasonCodeUse one of the allowed values.

Restrictions

You must use one of the value from the UNTDID 7161 list here.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:AllowanceCharge>
            <cbc:ChargeIndicator>true</cbc:ChargeIndicator>
            <cbc:AllowanceChargeReasonCode>CG</cbc:AllowanceChargeReasonCode>
            <cbc:AllowanceChargeReason>Cleaning</cbc:AllowanceChargeReason>
            <cbc:MultiplierFactorNumeric>10.00</cbc:MultiplierFactorNumeric>
            <cbc:Amount currencyID="EUR">1.00</cbc:Amount>
            <cbc:BaseAmount currencyID="EUR">10.00</cbc:BaseAmount>
        </cac:AllowanceCharge>
    </cac:InvoiceLine>
    <!-- code omitted for clarity -->
</Invoice>