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

    Properties

    bsb_number: string

    Bank-State-Branch number of the bank account.

    expected_debit_date?: string

    Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.

    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.

    mandate?: string

    ID of the mandate used to make this payment.