@tax1driver/ts-tpay
    Preparing search index...

    Interface BankAccount

    interface BankAccount {
        accountNo: string;
        accountType: number;
        bankName: string;
        countryCode: string;
        currency: string;
        ownerAddress: string;
        ownerName: string;
    }
    Index

    Properties

    accountNo: string
    accountType: number
    bankName: string
    countryCode: string
    currency: string
    ownerAddress: string
    ownerName: string