Mayson Monorepo Documentation
    Preparing search index...

    The MeterEventSession object.

    interface MeterEventSession {
        id: string;
        object: "v2.billing.meter_event_session";
        authentication_token: string;
        created: string;
        expires_at: string;
        livemode: boolean;
    }
    Index

    Properties

    id: string

    The unique id of this auth session.

    object: "v2.billing.meter_event_session"

    String representing the object's type. Objects of the same type share the same value of the object field.

    authentication_token: string

    The authentication token for this session. Use this token when calling the high-throughput meter event API.

    created: string

    The creation time of this session.

    expires_at: string

    The time at which this session will expire.

    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.