Mayson Monorepo Documentation
    Preparing search index...
    interface SepaCreditTransfer {
        bank_name: string;
        bic: string;
        iban: string;
    }
    Index

    Properties

    Properties

    bank_name: string

    Name of the bank associated with the bank account.

    bic: string

    Bank Identifier Code of the bank associated with the bank account.

    iban: string

    IBAN of the bank account to transfer funds to.