PaymentMeans
Use this element to model the means of payment.
More information about how Payment Means are modelled generally is provided in the Payment Means topic.
More information about Payees is provided in the Payees topic.
Details
Detail | Value |
---|---|
Name | PaymentMeans |
Path | Invoice/PaymentMeans |
Definition | Expected means of payment. |
Cardinality | 0..n |
Elements
Element | Description |
---|---|
PaymentMeansCode | The code that represents the payment method. See UNCL4461 . This can be named in an attribute. For example, <cbc:PaymentMeansCode name="Credit transfer">30</cbc:PaymentMeansCode> . |
PaymentID | The identifier of the payment. |
PayeeFinancialAccount | The Payee's bank account. |
PayeeFinancialAccount/ID | The identifier of the Payee's bank account. |
PayeeFinancialAccount/Name | The name of the Payee's bank account. |
PayeeFinancialAccount/Name/ FinancialInstitutionBranch/ID | The identifier for the Payee's bank or other financial institution. |
Country Specific Configurations
The following country specific configurations use this element:
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:PaymentMeans>
<cbc:PaymentMeansCode>48</cbc:PaymentMeansCode>
</cac:PaymentMeans>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 3 days ago