-
public class ValidateOTPResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringIS_EXISTING_USERprivate final StringIS_OTP_VERIFIEDprivate final StringIS_CUSTOMER_ACTIVEprivate final StringREGISTRATION_TOKENpublic final static ValidateOTPResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ValidateOTPResponseResultgetValidateOTPResponseResultFromJSON(JSONObject jsonObject)final StringgetIS_EXISTING_USER()final StringgetIS_OTP_VERIFIED()final StringgetIS_CUSTOMER_ACTIVE()final StringgetREGISTRATION_TOKEN()-
-
Method Detail
-
getValidateOTPResponseResultFromJSON
final ValidateOTPResponseResult getValidateOTPResponseResultFromJSON(JSONObject jsonObject)
-
getIS_EXISTING_USER
final String getIS_EXISTING_USER()
-
getIS_OTP_VERIFIED
final String getIS_OTP_VERIFIED()
-
getIS_CUSTOMER_ACTIVE
final String getIS_CUSTOMER_ACTIVE()
-
getREGISTRATION_TOKEN
final String getREGISTRATION_TOKEN()
-
-
-
-