uk.gov.hmrc.apiplatform.modules.tpd.emailpreferences.domain.models

Members list

Type members

Classlikes

case class EmailPreferences(interests: List[TaxRegimeInterests], topics: Set[EmailTopic])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
enum EmailTopic(val displayOrder: Int, val displayName: String, val description: String)

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object EmailTopic

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
EmailTopic.type
case class TaxRegimeInterests(regime: String, services: Set[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type