AgeAssuranceState

data class AgeAssuranceState(val lastInitiatedAt: Timestamp? = null, val status: AgeAssuranceStateStatus)

The computed state of the age assurance process, returned to the user in question on certain authenticated requests.

Parameters

lastInitiatedAt

The timestamp when this state was last updated.

status

The status of the age assurance process.

Constructors

Link copied to clipboard
constructor(lastInitiatedAt: Timestamp? = null, status: AgeAssuranceStateStatus)

Properties

Link copied to clipboard

The timestamp when this state was last updated.

Link copied to clipboard

The status of the age assurance process.