package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AccessGroup(arn: Arn, groupName: String, created: LocalDateTime, lastUpdated: LocalDateTime, createdBy: AgentUser, lastUpdatedBy: AgentUser, teamMembers: Option[Set[AgentUser]], clients: Option[Set[Enrolment]]) extends Product with Serializable
  2. case class AgentUser(id: String, name: String) extends Product with Serializable
  3. case class Arn(value: String) extends TaxIdentifier with Product with Serializable
  4. case class CgtRef(value: String) extends TaxIdentifier with Product with Serializable
  5. case class Client(enrolmentKey: String, friendlyName: String) extends Product with Serializable
  6. sealed abstract class ClientIdType[+T <: TaxIdentifier] extends AnyRef
  7. case class ClientIdentifier[T <: TaxIdentifier](underlying: T) extends Product with Serializable
  8. case class Enrolment(service: String, state: String, friendlyName: String, identifiers: Seq[Identifier]) extends Product with Serializable
  9. case class Eori(value: String) extends TaxIdentifier with Product with Serializable
  10. case class Identifier(key: String, value: String) extends Product with Serializable
  11. case class InvitationId(value: String) extends Product with Serializable
  12. case class MtdItId(value: String) extends TaxIdentifier with Product with Serializable
  13. case class OptinEvent(optinEventType: OptinEventType, user: AgentUser, eventDateTime: LocalDateTime) extends Product with Serializable
  14. sealed trait OptinEventType extends AnyRef
  15. case class OptinRecord(arn: Arn, history: List[OptinEvent]) extends Product with Serializable
  16. sealed trait OptinStatus extends AnyRef
  17. case class PptRef(value: String) extends TaxIdentifier with Product with Serializable
  18. sealed abstract class Service extends AnyRef
  19. case class SuspensionDetails(suspensionStatus: Boolean, regimes: Option[Set[String]]) extends Product with Serializable
  20. case class SuspensionDetailsNotFound(message: String) extends Exception with Product with Serializable
  21. trait TrustTaxIdentifier extends AnyRef
  22. case class Urn(value: String) extends TaxIdentifier with TrustTaxIdentifier with Product with Serializable
  23. case class Utr(value: String) extends TaxIdentifier with TrustTaxIdentifier with Product with Serializable
  24. case class Vrn(value: String) extends TaxIdentifier with Product with Serializable

Value Members

  1. object AccessGroup extends Serializable
  2. object AgentUser extends Serializable
  3. object Arn extends Serializable
  4. object CgtRef extends Serializable
  5. object CgtRefType extends ClientIdType[CgtRef] with Product with Serializable
  6. object Client extends Serializable
  7. object ClientIdType
  8. object ClientIdentifier extends Serializable
  9. object Enrolment extends Serializable
  10. object EnrolmentKey
  11. object Eori extends Serializable
  12. object Identifier extends Serializable
  13. object InvitationId extends Serializable
  14. object MtdItId extends Serializable
  15. object MtdItIdType extends ClientIdType[MtdItId] with Product with Serializable
  16. object NinoType extends ClientIdType[Nino] with Product with Serializable
  17. object OptedIn extends OptinEventType with Product with Serializable
  18. object OptedInNotReady extends OptinStatus with Product with Serializable
  19. object OptedInReady extends OptinStatus with Product with Serializable
  20. object OptedInSingleUser extends OptinStatus with Product with Serializable
  21. object OptedOut extends OptinEventType with Product with Serializable
  22. object OptedOutEligible extends OptinStatus with Product with Serializable
  23. object OptedOutSingleUser extends OptinStatus with Product with Serializable
  24. object OptedOutWrongClientCount extends OptinStatus with Product with Serializable
  25. object OptinEvent extends Serializable
  26. object OptinEventType
  27. object OptinRecord extends Serializable
  28. object OptinStatus
  29. object PptRef extends Serializable
  30. object PptRefType extends ClientIdType[PptRef] with Product with Serializable
  31. object Service
  32. object SuspensionDetails extends Serializable
  33. object Urn extends Serializable
  34. object UrnType extends ClientIdType[Urn] with Product with Serializable
  35. object Utr extends Serializable
  36. object UtrCheck extends Modulus11Check
  37. object UtrType extends ClientIdType[Utr] with Product with Serializable
  38. object Vrn extends Serializable
  39. object VrnType extends ClientIdType[Vrn] with Product with Serializable

Ungrouped