Mayson Monorepo Documentation
    Preparing search index...
    interface UsBankAccount {
        account_holder_name?: string;
        account_number?: string;
        routing_number?: string;
    }
    Index

    Properties

    account_holder_name?: string

    The bank account holder's name.

    account_number?: string

    The bank account number.

    routing_number?: string

    The bank account's routing number.