LicenseHistoryEntry

class Object
trait Matchable
class Any

Value members

Concrete methods

def `type`: SelectionBuilder[LicenseHistoryEntry, String]

Type of the license.

Type of the license.

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

Date when the license was activated.

Date when the license was activated.

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

Company of the licensee.

Company of the licensee.

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

Email of the licensee.

Email of the licensee.

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

Date when the license expires.

Date when the license expires.

def id: SelectionBuilder[LicenseHistoryEntry, String]

ID of the license.

ID of the license.

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

Name of the licensee.

Name of the licensee.

def plan: SelectionBuilder[LicenseHistoryEntry, String]

Name of the subscription plan.

Name of the subscription plan.

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

Date when the license started.

Date when the license started.

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

Number of paid users in the license.

Number of paid users in the license.