Mayson Monorepo Documentation
    Preparing search index...
    interface Payto {
        bsb_number: string;
        last4: string;
        mandate?: string;
        pay_id: string;
    }
    Index

    Properties

    bsb_number: string

    Bank-State-Branch number of the bank account.

    last4: string

    Last four digits of the bank account number.

    mandate?: string

    ID of the mandate used to make this payment.

    pay_id: string

    The PayID alias for the bank account.