Croatia (Pymnt): Payment Means Code

You must use the specified value to for the Payment Means code.

Elements

Name (Path)CardinalityDescription
Payment Means Code (Statement/StatementLine/PaymentMeans/PaymentMeansCode)1..1The Payment Means Code related to the referenced Payment

Restrictions

You must use one of the following codes:

CodeDescription
VRBL:HR:TTransaction account
VRBL:HR:OSettlement payment
VRBL:HR:ZOther

Example

<ubl:Statement>
    <!-- code omitted for clarity -->
    <cac:StatementLine>
        <!-- code omitted for clarity -->
        <cac:PaymentMeans>
            <cbc:PaymentMeansCode>VRBL:HR:T</cbc:PaymentMeansCode>
            <!-- code omitted for clarity -->
        </cac:PaymentMeans>
    </cac:StatementLine>
</ubl:Statement>