ForgotPasswordPinDto

@Serializable
data class ForgotPasswordPinDto(val pin: String)

Forgot Password Pin enter request body DTO.

Constructors

Link copied to clipboard
constructor(pin: String)

Properties

Link copied to clipboard
@SerialName(value = "Pin")
val pin: String

The entered pin to have the password reset.