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

    Interface AddBankAccountResponse

    Add bank account response

    interface AddBankAccountResponse {
        accountNumber: string;
        additionalInformation: string;
        createdAt: string;
        id: string;
        ownerName: string;
        requestId: string;
        result: string;
        status: string;
    }
    Index

    Properties

    accountNumber: string
    additionalInformation: string
    createdAt: string
    id: string
    ownerName: string
    requestId: string
    result: string
    status: string