MessageDetails

uk.gov.hmrc.common.message.model.MessageDetails
See theMessageDetails companion object
case class MessageDetails(formId: String, statutoryOp: Option[Boolean], paperSentOp: Option[Boolean], sourceData: Option[String], batchId: Option[String], issueDate: Option[LocalDate], replyTo: Option[String], threadId: Option[String], enquiryType: Option[String], adviser: Option[Adviser], waitTime: Option[String], topic: 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

Concrete methods

def paperSent: Boolean
def statutory: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product