-
public class CheckVPAResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringMERCHANT_DETAILSprivate final StringPAYEE_LISTprivate final StringPAYMENT_TYPEprivate final StringSTATUSprivate final StringSTATUS_DESCprivate final StringVERIFICATION_FLAGpublic final static CheckVPAResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final CheckVPAResponseResultgetCheckVPAResponseFromJSON(JSONObject jsonObject)final StringgetMERCHANT_DETAILS()final StringgetPAYEE_LIST()final StringgetPAYMENT_TYPE()final StringgetSTATUS()final StringgetSTATUS_DESC()final StringgetVERIFICATION_FLAG()-
-
Method Detail
-
getCheckVPAResponseFromJSON
final CheckVPAResponseResult getCheckVPAResponseFromJSON(JSONObject jsonObject)
-
getMERCHANT_DETAILS
final String getMERCHANT_DETAILS()
-
getPAYEE_LIST
final String getPAYEE_LIST()
-
getPAYMENT_TYPE
final String getPAYMENT_TYPE()
-
getSTATUS_DESC
final String getSTATUS_DESC()
-
getVERIFICATION_FLAG
final String getVERIFICATION_FLAG()
-
-
-
-