Mayson Monorepo Documentation
    Preparing search index...
    interface AuBecsDebit {
        bsb_number: string;
        fingerprint: string;
        last4: string;
    }
    Index

    Properties

    bsb_number: string

    Six-digit number identifying bank and branch associated with this bank account.

    fingerprint: string

    Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

    last4: string

    Last four digits of the bank account number.