InitAgeAssuranceRequest

data class InitAgeAssuranceRequest(val email: String, val language: String, val countryCode: String)

Parameters

email

The user's email address to receive assurance instructions.

language

The user's preferred language for communication during the assurance process.

countryCode

An ISO 3166-1 alpha-2 code of the user's location.

Constructors

Link copied to clipboard
constructor(email: String, language: String, countryCode: String)

Properties

Link copied to clipboard

An ISO 3166-1 alpha-2 code of the user's location.

Link copied to clipboard

The user's email address to receive assurance instructions.

Link copied to clipboard

The user's preferred language for communication during the assurance process.