Standard

uk.gov.hmrc.apiplatform.modules.applications.access.domain.models.Access.Standard
case class Standard(redirectUris: List[LoginRedirectUri] = ..., postLogoutRedirectUris: List[PostLogoutRedirectUri] = ..., termsAndConditionsUrl: Option[String] = ..., privacyPolicyUrl: Option[String] = ..., overrides: Set[OverrideFlag] = ..., sellResellOrDistribute: Option[SellResellOrDistribute] = ..., importantSubmissionData: Option[ImportantSubmissionData] = ...) extends Access

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Access
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

Inherited fields

Attributes

Inherited from:
Access
val isPriviledged: Boolean

Attributes

Inherited from:
Access
val isROPC: Boolean

Attributes

Inherited from:
Access
val isStandard: Boolean

Attributes

Inherited from:
Access