RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface UserStrikedPayload

    interface UserStrikedPayload {
        reason: string | null;
        stafferId: string;
        strikeId: number;
        totalActiveStrikes: number;
        userId: number;
    }
    Index

    Properties

    reason: string | null
    stafferId: string
    strikeId: number
    totalActiveStrikes: number
    userId: number