| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected AccountType |
PaymentAccountReq.accountType
The Account.
|
| Modifier and Type | Method and Description |
|---|---|
static AccountType |
AccountType.fromValue(String v)
From value account type.
|
AccountType |
PaymentAccountReq.getAccountType()
Gets the value of the AccountType property.
|
static AccountType |
AccountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountType[] |
AccountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentAccountReq.setAccountType(AccountType value)
Sets the value of the AccountType property.
|
Copyright © 2022. All rights reserved.