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

    Domestic UK Bank Account.

    interface UkVirtualBankAccount {
        accountNumber: string;
        bankName?: string;
        id: string;
        instrumentType: VirtualInstrumentType;
        sortCode: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNumber: string

    The bank account number.

    bankName?: string

    The bank name.

    id: string

    The virtual instrument id.

    instrumentType: VirtualInstrumentType

    The virtual instrument type.

    sortCode: string

    The 6-digit sort code.