TaxIds

uk.gov.hmrc.domain.TaxIds
See theTaxIds companion object
case class TaxIds(values: Set[TaxIdWithName])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val atedUtr: Option[AtedUtr]
lazy val awrsUtr: Option[AwrsUtr]
lazy val ctUtr: Option[CtUtr]
lazy val eori: Option[Eori]
lazy val nino: Option[Nino]
lazy val org: Option[Org]
lazy val psaId: Option[PsaId]
lazy val saUtr: Option[SaUtr]
lazy val uar: Option[Uar]
lazy val vrn: Option[Vrn]