| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected GenericProfileType |
SaleProfile.genericProfile
The Generic profile.
|
protected GenericProfileType |
POIProfile.genericProfile
The Generic profile.
|
| Modifier and Type | Method and Description |
|---|---|
static GenericProfileType |
GenericProfileType.fromValue(String v)
From value generic profile type.
|
GenericProfileType |
SaleProfile.getGenericProfile()
Gets the value of the genericProfile property.
|
GenericProfileType |
POIProfile.getGenericProfile()
Gets the value of the genericProfile property.
|
static GenericProfileType |
GenericProfileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericProfileType[] |
GenericProfileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaleProfile.setGenericProfile(GenericProfileType value)
Sets the value of the genericProfile property.
|
void |
POIProfile.setGenericProfile(GenericProfileType value)
Sets the value of the genericProfile property.
|
Copyright © 2022. All rights reserved.