-
public final class ValidateOTPResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classValidateOTPResponseResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisExistingUserprivate final BooleanisOtpVerifiedprivate final BooleanisCustomerActiveprivate final ValidateOTPRegistrationTokenregistrationToken
-
Constructor Summary
Constructors Constructor Description ValidateOTPResponseResult(Boolean isExistingUser, Boolean isOtpVerified, Boolean isCustomerActive, ValidateOTPRegistrationToken registrationToken)
-
Method Summary
Modifier and Type Method Description final BooleangetIsExistingUser()final BooleangetIsOtpVerified()final BooleangetIsCustomerActive()final ValidateOTPRegistrationTokengetRegistrationToken()final JSONObjectgetJSONObject()-
-
Constructor Detail
-
ValidateOTPResponseResult
ValidateOTPResponseResult(Boolean isExistingUser, Boolean isOtpVerified, Boolean isCustomerActive, ValidateOTPRegistrationToken registrationToken)
-
-
Method Detail
-
getIsExistingUser
final Boolean getIsExistingUser()
-
getIsOtpVerified
final Boolean getIsOtpVerified()
-
getIsCustomerActive
final Boolean getIsCustomerActive()
-
getRegistrationToken
final ValidateOTPRegistrationToken getRegistrationToken()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-