AgeAssuranceEvent
constructor(createdAt: Timestamp, attemptId: String, status: AgeAssuranceEventStatus, access: Access? = null, countryCode: String? = null, regionCode: String? = null, initIp: String? = null, initUa: String? = null, completeIp: String? = null, completeUa: String? = null)
Parameters
createdAt
The date and time of this write operation.
attemptId
The unique identifier for this instance of the age assurance flow, in UUID format.
status
The status of the Age Assurance process.
countryCode
The ISO 3166-1 alpha-2 country code provided when beginning the Age Assurance flow.
regionCode
The ISO 3166-2 region code provided when beginning the Age Assurance flow.
initIp
The IP address used when initiating the AA flow.
initUa
The user agent used when initiating the AA flow.
completeIp
The IP address used when completing the AA flow.
completeUa
The user agent used when completing the AA flow.