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

DetailValue
NamePaymentMeans
PathInvoice/PaymentMeans
DefinitionExpected means of payment.
Cardinality0..n

Elements

ElementDescription
PaymentMeansCodeThe 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>.
PaymentIDThe identifier of the payment.
PayeeFinancialAccountThe Payee's bank account.
PayeeFinancialAccount/IDThe identifier of the Payee's bank account.
PayeeFinancialAccount/NameThe name of the Payee's bank account.
PayeeFinancialAccount/Name/ FinancialInstitutionBranch/IDThe 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>