Added a Junior Support token
This commit is contained in:
@@ -111,6 +111,9 @@ public class OOOUser extends User
|
|||||||
* Who. */
|
* Who. */
|
||||||
public static final byte WHO_DEADBEAT = 18;
|
public static final byte WHO_DEADBEAT = 18;
|
||||||
|
|
||||||
|
/** An access token indicating that this user is junior customer support personnel. */
|
||||||
|
public static final byte JR_SUPPORT = 19;
|
||||||
|
|
||||||
/** Billing status flags for a particular service. */
|
/** Billing status flags for a particular service. */
|
||||||
public static final byte TRIAL_STATE = 0;
|
public static final byte TRIAL_STATE = 0;
|
||||||
public static final byte SUBSCRIBER_STATE = 1;
|
public static final byte SUBSCRIBER_STATE = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user