| Package | Description |
|---|---|
| com.cardpay.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationData.TransTypeEnum |
AuthenticationData.TransTypeEnum.fromValue(String text) |
AuthenticationData.TransTypeEnum |
AuthenticationData.TransTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static AuthenticationData.TransTypeEnum |
AuthenticationData.TransTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationData.TransTypeEnum[] |
AuthenticationData.TransTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationData.setTransType(AuthenticationData.TransTypeEnum transType) |
AuthenticationData |
AuthenticationData.transType(AuthenticationData.TransTypeEnum transType) |
void |
AuthenticationData.TransTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
AuthenticationData.TransTypeEnum enumeration) |
Copyright © 2023. All rights reserved.