public class CardConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
CardConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static CardConfiguration |
fromJson(org.json.JSONObject json)
Parse a
CardConfiguration from json. |
java.util.Set<java.lang.String> |
getSupportedCardTypes() |
boolean |
isFraudDataCollectionEnabled() |
public static CardConfiguration fromJson(org.json.JSONObject json)
CardConfiguration from json.json - The JSONObject to parse.CardConfiguration instance with the data that was able to be parsed from the JSONObject.public java.util.Set<java.lang.String> getSupportedCardTypes()
Set of card types supported by the merchant.public boolean isFraudDataCollectionEnabled()