Invoice Structure
RequestedMonetaryTotal

cac:RequestedMonetaryTotal

The total monetary amount that legally binds the parties to the transaction, covering the entire scope of the transaction.

About

  • Occurrence: [1..1]
  • Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Child elements

Data FieldOccurrenceDefinition
cbc:LineExtensionAmount[0..1]The monetary amount of an extended transaction line, net of tax and settlement discounts, but inclusive of any applicable rounding amount.
cbc:TaxExclusiveAmount[0..1]The monetary amount of an extended transaction line, exclusive of taxes.
cbc:TaxInclusiveAmount[0..1]The monetary amount including taxes; the sum of payable amount and prepaid amount.
cbc:AllowanceTotalAmount[0..1]The total monetary amount of all allowances.
cbc:ChargeTotalAmount[0..1]The total monetary amount of all charges.
cbc:PrepaidAmount[0..1]The total prepaid monetary amount.
cbc:PayableAmount[1..1]The amount of the monetary total to be paid.

Example

<cac:RequestedMonetaryTotal>
    <cbc:LineExtensionAmount currencyID="USD">1436.5</cbc:LineExtensionAmount>
    <cbc:TaxExclusiveAmount currencyID="USD">1436.5</cbc:TaxExclusiveAmount>
    <cbc:TaxInclusiveAmount currencyID="USD">1729</cbc:TaxInclusiveAmount>
    <cbc:AllowanceTotalAmount currencyID="USD">100</cbc:AllowanceTotalAmount>
    <cbc:ChargeTotalAmount currencyID="USD">100</cbc:ChargeTotalAmount>
    <cbc:PrepaidAmount currencyID="USD">1000</cbc:PrepaidAmount>
    <cbc:PayableAmount currencyID="USD">729</cbc:PayableAmount>
</cac:RequestedMonetaryTotal>