Mayson Monorepo Documentation
    Preparing search index...
    interface EuBankTransfer {
        bic: string;
        iban_last4: string;
        sender_name: string;
    }
    Index

    Properties

    bic: string

    The BIC of the bank of the sender of the funding.

    iban_last4: string

    The last 4 digits of the IBAN of the sender of the funding.

    sender_name: string

    The full name of the sender, as supplied by the sending bank.