EmailAvailabilityResponseDto

data class EmailAvailabilityResponseDto(val available: Boolean? = null)

Parameters

available

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

Constructors

Link copied to clipboard
constructor(available: Boolean? = null)

Properties

Link copied to clipboard
@SerializedName(value = "available")
val available: Boolean? = null