| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected IdentificationType |
StoredValueAccountID.identificationType |
protected IdentificationType |
LoyaltyAccountID.identificationType |
| Modifier and Type | Method and Description |
|---|---|
static IdentificationType |
IdentificationType.fromValue(String v)
From value identification type.
|
IdentificationType |
StoredValueAccountID.getIdentificationType()
Gets the value of the identificationType property.
|
IdentificationType |
LoyaltyAccountID.getIdentificationType()
Gets the value of the identificationType property.
|
static IdentificationType |
IdentificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentificationType[] |
IdentificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoredValueAccountID.setIdentificationType(IdentificationType value)
Sets the value of the identificationType property.
|
void |
LoyaltyAccountID.setIdentificationType(IdentificationType value)
Sets the value of the identificationType property.
|
Copyright © 2022. All rights reserved.