ConfigRegionRuleIfAssuredUnderAge

data class ConfigRegionRuleIfAssuredUnderAge(val age: Long, val access: Access)

Age Assurance rule that applies if the user has been assured to be under a certain age.

Parameters

age

The age threshold as a whole integer.

Constructors

Link copied to clipboard
constructor(age: Long, access: Access)

Properties

Link copied to clipboard
Link copied to clipboard
val age: Long

The age threshold as a whole integer.