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