| Package | Description |
|---|---|
| com.adyen.model |
| Modifier and Type | Method and Description |
|---|---|
Name.GenderEnum |
Name.getGender()
the gender
|
static Name.GenderEnum |
Name.GenderEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Name.GenderEnum[] |
Name.GenderEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
Name.gender(Name.GenderEnum gender) |
void |
Name.setGender(Name.GenderEnum gender) |
Copyright © 2022. All rights reserved.