-
public class RaiseDisputeResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringERR_CODEprivate final StringSTATUSprivate final StringSTATUS_DESCprivate final StringCOMPLAINT_INFOpublic final static RaiseDisputeResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final RaiseDisputeResponseResultgetRaiseDisputeResponseResultFromJSON(JSONObject jsonObject)final StringgetERR_CODE()final StringgetSTATUS()final StringgetSTATUS_DESC()final StringgetCOMPLAINT_INFO()-
-
Method Detail
-
getRaiseDisputeResponseResultFromJSON
final RaiseDisputeResponseResult getRaiseDisputeResponseResultFromJSON(JSONObject jsonObject)
-
getERR_CODE
final String getERR_CODE()
-
getSTATUS_DESC
final String getSTATUS_DESC()
-
getCOMPLAINT_INFO
final String getCOMPLAINT_INFO()
-
-
-
-