EmailAvailabilityResponseDto

data class EmailAvailabilityResponseDto(available: Boolean?)

Parameters

available

This is a flag that states if the email address is available or not for a new user registration.

Constructors

EmailAvailabilityResponseDto
Link copied to clipboard
fun EmailAvailabilityResponseDto(available: Boolean? = null)
This is a flag that states if the email address is available or not for a new user registration.

Properties

available
Link copied to clipboard
@SerializedName(value = available)
val available: Boolean? = null
This is a flag that states if the email address is available or not for a new user registration.