-
public class DisputeListResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringSTATUSprivate final StringSTATUS_DESCprivate final StringERR_CODEprivate final StringLIST_OF_CUST_DISPUTEpublic final static DisputeListResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DisputeListResponseResultgetDisputeListResponseResultFromJSON(JSONObject jsonObject)final StringgetSTATUS()final StringgetSTATUS_DESC()final StringgetERR_CODE()final StringgetLIST_OF_CUST_DISPUTE()-
-
Method Detail
-
getDisputeListResponseResultFromJSON
final DisputeListResponseResult getDisputeListResponseResultFromJSON(JSONObject jsonObject)
-
getSTATUS_DESC
final String getSTATUS_DESC()
-
getERR_CODE
final String getERR_CODE()
-
getLIST_OF_CUST_DISPUTE
final String getLIST_OF_CUST_DISPUTE()
-
-
-
-