@Immutable @VisibleForTesting(visibility=PRIVATE) public static final class PaymentTokenJsonFactory.JsonKeys extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION
Key in the JSON object to get the
PaymentToken 's action. |
static String |
DATA
Key in the JSON object to get the
PaymentToken 's data. |
static String |
ID
Key in the JSON object to get the
PaymentToken 's web service ID. |
static String |
MESSAGE
Key in the JSON object to get the
PaymentToken 's message. |
static String |
MODEL_ROOT
JSON object key that maps to the root object if it's nested.
|
@JsonValueType(value=JSON_OBJECT) public static final String MODEL_ROOT
@JsonValueType(value=STRING) public static final String DATA
PaymentToken
's data.@JsonValueType(value=LONG) public static final String ID
PaymentToken
's web service ID.@JsonValueType(value=STRING) public static final String ACTION
PaymentToken
's action.@JsonValueType(value=STRING) public static final String MESSAGE
PaymentToken
's message.