@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Virtual IBAN linked with balance account.

    interface IbanVirtualBankAccount {
        bankName?: string;
        bic: string;
        iban: string;
        id: string;
        instrumentType: VirtualInstrumentType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bankName?: string

    The bank name.

    bic: string

    The Bank Account Bank Identifier Code (BIC) code. Also known as SWIFT code.

    iban: string

    The International Bank Account Number (IBAN) of the account.

    id: string

    The virtual instrument id.

    instrumentType: VirtualInstrumentType

    The virtual instrument type.