Mayson Monorepo Documentation
    Preparing search index...
    interface UsBankAccount {
        bank_name: string;
        last4: string;
        routing_number: string;
    }
    Index

    Properties

    bank_name: string

    Bank name.

    last4: string

    The last four digits of the bank account number.

    routing_number: string

    The routing number for the bank account.