AccountSetupRequest

uk.gov.hmrc.apiplatform.modules.tpd.core.dto.AccountSetupRequest
See theAccountSetupRequest companion object
case class AccountSetupRequest(roles: Option[List[String]] = ..., rolesOther: Option[String] = ..., services: Option[List[String]] = ..., servicesOther: Option[String] = ..., targets: Option[List[String]] = ..., targetsOther: Option[String] = ..., incomplete: Option[Boolean] = ...)

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product