| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected TokenRequestedType |
LoginRequest.tokenRequestedType
The Token requested.
|
protected TokenRequestedType |
PaymentToken.tokenRequestedType
The Token requested.
|
protected TokenRequestedType |
SaleData.tokenRequestedType
The Token requested.
|
| Modifier and Type | Method and Description |
|---|---|
static TokenRequestedType |
TokenRequestedType.fromValue(String v)
From value token requested type.
|
TokenRequestedType |
LoginRequest.getTokenRequestedType()
Gets the value of the tokenRequestedType property.
|
TokenRequestedType |
PaymentToken.getTokenRequestedType()
Gets the value of the tokenRequestedType property.
|
TokenRequestedType |
SaleData.getTokenRequestedType()
Gets the value of the tokenRequestedType property.
|
static TokenRequestedType |
TokenRequestedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenRequestedType[] |
TokenRequestedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginRequest.setTokenRequestedType(TokenRequestedType value)
Sets the value of the tokenRequestedType property.
|
void |
PaymentToken.setTokenRequestedType(TokenRequestedType value)
Sets the value of the tokenRequestedType property.
|
void |
SaleData.setTokenRequestedType(TokenRequestedType value)
Sets the value of the tokenRequestedType property.
|
Copyright © 2022. All rights reserved.