Package-level declarations

Types

Link copied to clipboard
data class ExtendedContactInformation(val customerId: String, val type: ExtendedContactInformationType, val value: String, val status: ExtendedContactInformationAttributeStatus, val creationTime: Calendar)

Data class representing the user's extended contact information, such as their email address or mobile number, along with related metadata.

Enum class representing the status of the extended contact information attribute.

Link copied to clipboard

Data class representing a list of extended contact information.

Link copied to clipboard

Enum class representing the type of extended contact information attribute undergoing verification through an added secure method.

Link copied to clipboard

Data class representing the parameters for fetching contact information.

Link copied to clipboard
data class UpdateExtendedContactInfoConsumerRequest(val type: ExtendedContactInformationType, val value: String, val verificationId: String)

Data class representing the request to update an extended contact information attribute.