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

    Interface AddBankAccountRequest

    Add bank account request

    interface AddBankAccountRequest {
        accountNumber: string;
        additionalInformation: string;
        ownerName: string;
    }
    Index

    Properties

    accountNumber: string
    additionalInformation: string
    ownerName: string