uk.gov.hmrc.apiplatform.modules.applications.core.domain.models.StateHistory
See theStateHistory companion object
case class StateHistory(applicationId: ApplicationId, state: State, actor: Actor, previousState: Option[State] = ..., notes: Option[String] = ..., changedAt: Instant)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article