Mayson Monorepo Documentation
    Preparing search index...
    interface Online {
        date?: number;
        ip?: string;
        user_agent?: string;
    }
    Index

    Properties

    Properties

    date?: number

    The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer.

    ip?: string

    The IP address from which the mandate was accepted or refused by the customer.

    user_agent?: string

    The user agent of the browser from which the mandate was accepted or refused by the customer.