public class KountConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
KountConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static KountConfiguration |
fromJson(org.json.JSONObject json)
Parse a
KountConfiguration from json. |
java.lang.String |
getKountMerchantId() |
boolean |
isEnabled() |
public static KountConfiguration fromJson(org.json.JSONObject json)
KountConfiguration from json.json - The JSONObject to parse.KountConfiguration instance with the data that was able to be parsed from
the JSONObject.public boolean isEnabled()
true if Kount is enabled, false otherwise.public java.lang.String getKountMerchantId()