TaxpayerName

uk.gov.hmrc.common.message.model.TaxpayerName
See theTaxpayerName companion object
case class TaxpayerName(title: Option[String], forename: Option[String], secondForename: Option[String], surname: Option[String], honours: Option[String], line1: Option[String], line2: Option[String], line3: Option[String])

Attributes

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

Members list

Value members

Concrete methods

def asMap: Map[String, String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product