Email

data class Email(val placeholder: String?, val addressLabel: String, val properties: JsonMap?, val resendOptions: Item.ContactManagement.ResendOptions, val errorMessages: Item.ContactManagement.ErrorMessages) : Item.ContactManagement.RegistrationOptions

Constructors

Link copied to clipboard
constructor(placeholder: String?, addressLabel: String, properties: JsonMap?, resendOptions: Item.ContactManagement.ResendOptions, errorMessages: Item.ContactManagement.ErrorMessages)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A key-value mapping of properties that will be passed to the double opt-in registration endpoint.

Link copied to clipboard

Inherited properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJson(): JsonMap