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

    Properties

    account_holder_name: string

    The name of the person or business that owns the bank account.

    account_number?: string

    The account number.

    account_number_last4: string

    The last four characters of the account number.

    bank_name: string

    Name of the bank.

    routing_number: string

    Routing number for the account.