Germany B2G: Third-Party Payable Amounts
If you specify a third-party payment, you need to also specify the payable amount.
If you specify a third-party payment, as described in the Germany: Third Party Payments topic, you need to specify the payable amount as a legal monetary total.
Elements
Use the following sub-element of the LegalMonetaryTotal (Extn) Extension to model this information:
Element (Path) | Description |
---|---|
Payable Amount Including Third Party Payments (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/LegalMonetaryTotal/PayableAmountIncludingThirdPartyPayment ) | Specify the payable for third-party payments in Germany. |
Payable Amount Including Third Party Payments Currency (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/LegalMonetaryTotal/PayableAmountIncludingThirdPartyPayment [@currencyID] ) | Specify the currency. |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:LegalMonetaryTotal>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<vrbl:LegalMonetaryTotalExtension>
<!-- Payable Amount Including Third Party Payment -->
<vrbl:PayableAmountIncludingThirdPartyPayment>366.86</vrbl:PayableAmountIncludingThirdPartyPayment>
</vrbl:LegalMonetaryTotalExtension>
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
</cac:LegalMonetaryTotal>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 19 days ago