ConfigRegionRuleIfDeclaredOverAge

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

Age Assurance rule that applies if the user has declared themselves equal-to or over 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.