| Package | Description |
|---|---|
| com.adyen.model |
| Modifier and Type | Method and Description |
|---|---|
static ThreeDS2RequestData.TransactionTypeEnum |
ThreeDS2RequestData.TransactionTypeEnum.fromValue(String text) |
ThreeDS2RequestData.TransactionTypeEnum |
ThreeDS2RequestData.getTransactionType()
Identify the type of the transaction being authenticated.
|
ThreeDS2RequestData.TransactionTypeEnum |
ThreeDS2RequestData.TransactionTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ThreeDS2RequestData.TransactionTypeEnum |
ThreeDS2RequestData.TransactionTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreeDS2RequestData.TransactionTypeEnum[] |
ThreeDS2RequestData.TransactionTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreeDS2RequestData.setTransactionType(ThreeDS2RequestData.TransactionTypeEnum transactionType) |
ThreeDS2RequestData |
ThreeDS2RequestData.transactionType(ThreeDS2RequestData.TransactionTypeEnum transactionType) |
void |
ThreeDS2RequestData.TransactionTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ThreeDS2RequestData.TransactionTypeEnum enumeration) |
Copyright © 2022. All rights reserved.