BeginRequest

data class BeginRequest(val email: String, val language: String, val countryCode: String, val regionCode: String? = null)

Parameters

email

The user's email address to receive Age Assurance instructions.

language

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

countryCode

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

regionCode

An optional ISO 3166-2 code of the user's region or state within the country.

Constructors

Link copied to clipboard
constructor(email: String, language: String, countryCode: String, regionCode: String? = null)

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 Age Assurance instructions.

Link copied to clipboard

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

Link copied to clipboard

An optional ISO 3166-2 code of the user's region or state within the country.