{# @var transferInformation \UnzerPayment6\Components\Struct\TransferInformation\TransferInformation|\UnzerPayment6\DataAbstractionLayer\Entity\TransferInfo\UnzerPaymentTransferInfoEntity #} {% block page_checkout_finish_details_unzer_paymenttransfer_information_item %}
{{ "UnzerPayment.transferInformation.iban" | trans }} | {{ transferInformation.iban }} |
{{ "UnzerPayment.transferInformation.bic" | trans }} | {{ transferInformation.bic }} |
{{ "UnzerPayment.transferInformation.holder" | trans }} | {{ transferInformation.holder }} |
{{ "UnzerPayment.transferInformation.descriptor" | trans }} | {{ transferInformation.descriptor }} |
{{ "UnzerPayment.transferInformation.amount" | trans }} | {{ transferInformation.amount|currency }} |