CurrentLicense

class Object
trait Matchable
class Any

Value members

Concrete methods

def `type`: SelectionBuilder[CurrentLicense, String]

Type of the license.

Type of the license.

def activatedAt: SelectionBuilder[CurrentLicense, Option[Date]]

Date when the license was activated.

Date when the license was activated.

def billableUsersCount: SelectionBuilder[CurrentLicense, Option[Int]]

Number of billable users on the system.

Number of billable users on the system.

def company: SelectionBuilder[CurrentLicense, Option[String]]

Company of the licensee.

Company of the licensee.

def email: SelectionBuilder[CurrentLicense, Option[String]]

Email of the licensee.

Email of the licensee.

def expiresAt: SelectionBuilder[CurrentLicense, Option[Date]]

Date when the license expires.

Date when the license expires.

def id: SelectionBuilder[CurrentLicense, String]

ID of the license.

ID of the license.

def lastSync: SelectionBuilder[CurrentLicense, Option[Time]]

Date when the license was last synced.

Date when the license was last synced.

def maximumUserCount: SelectionBuilder[CurrentLicense, Option[Int]]

Highest number of billable users on the system during the term of the current license.

Highest number of billable users on the system during the term of the current license.

def name: SelectionBuilder[CurrentLicense, Option[String]]

Name of the licensee.

Name of the licensee.

def plan: SelectionBuilder[CurrentLicense, String]

Name of the subscription plan.

Name of the subscription plan.

def startsAt: SelectionBuilder[CurrentLicense, Option[Date]]

Date when the license started.

Date when the license started.

def usersInLicenseCount: SelectionBuilder[CurrentLicense, Option[Int]]

Number of paid users in the license.

Number of paid users in the license.

def usersOverLicenseCount: SelectionBuilder[CurrentLicense, Option[Int]]

Number of users over the paid users in the license.

Number of users over the paid users in the license.