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

ElementCardinalityDescription
Payment Means Group (Invoice/PaymentMeans)Group of elements that models information about how the payment was made.
Payment Means Code (Invoice/PaymentMeans/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>
(Invoice/PaymentMeans/PaymentID)The identifier of the payment.
(Invoice/PayeeFinancialAccount)The Payee's bank account.
Invoice/PayeeFinancialAccount/IDThe identifier of the Payee's bank account.
Invoice/PayeeFinancialAccount/NameThe name of the Payee's bank account.
Invoice/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>