ThirdPartyPayment (Extn)
Use this extension to model third-party payments in Germany.
Elements
Element | Description |
---|---|
Third Party Payment Group (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ThirdPartyPayment ) | Groups information about third party payments. |
ID (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ThirdPartyPayment/ID ) | Specify an ID for the type of third-party payment. |
Paid Amount (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ThirdPartyPayment/PaidAmount ) | Specify an amount for the payment. |
Instruction ID (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ThirdPartyPayment/InstructionID ) | Specify a clear description of the third-party claim. |
Country-Specific configuration
Example
<ubl:Invoice>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<!-- Code omitted for clarity -->
<vrbl:ThirdPartyPayment>
<vrbl:ID>Mobile Payment</vrbl:ID>
<vrbl:PaidAmount currencyID="EUR">19.96</vrbl:PaidAmount>
<vrbl:InstructionID>Mobile Payment (Gross receivable for third-party services)</vrbl:InstructionID>
</vrbl:ThirdPartyPayment>
<!-- Code omitted for clarity -->
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
</ubl:Invoice>
Updated 9 days ago