Details

uk.gov.hmrc.common.message.model.Details
See theDetails companion object
case class Details(form: Option[String], `type`: Option[String], suppressedAt: Option[String], detailsId: Option[String], paperSent: Option[Boolean], batchId: Option[String], issueDate: Option[LocalDate], replyTo: Option[String], threadId: Option[String], enquiryType: Option[String], adviser: Option[Adviser], waitTime: Option[String], topic: Option[String], envelopId: Option[String], properties: Option[JsValue])

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

val paramsMap: Map[String, Option[LocalDate | String | Boolean | JsValue]]
val toMap: Map[String, String]