| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected PINFormatType |
CardholderPIN.pinFormat
The Pin format.
|
protected PINFormatType |
PINRequest.pinFormat
The Pin format.
|
| Modifier and Type | Method and Description |
|---|---|
static PINFormatType |
PINFormatType.fromValue(String v)
From value pin format type.
|
PINFormatType |
CardholderPIN.getPINFormat()
Gets the value of the pinFormat property.
|
PINFormatType |
PINRequest.getPINFormat()
Gets the value of the pinFormat property.
|
static PINFormatType |
PINFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PINFormatType[] |
PINFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardholderPIN.setPINFormat(PINFormatType value)
Sets the value of the pinFormat property.
|
void |
PINRequest.setPINFormat(PINFormatType value)
Sets the value of the pinFormat property.
|
Copyright © 2022. All rights reserved.