| Package | Description |
|---|---|
| com.adyen.model.marketpay |
| Modifier and Type | Method and Description |
|---|---|
static CreateAccountHolderResponse.LegalEntityEnum |
CreateAccountHolderResponse.LegalEntityEnum.fromValue(String text) |
CreateAccountHolderResponse.LegalEntityEnum |
CreateAccountHolderResponse.getLegalEntity()
The type of legal entity of the new account holder.
|
CreateAccountHolderResponse.LegalEntityEnum |
CreateAccountHolderResponse.LegalEntityEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CreateAccountHolderResponse.LegalEntityEnum |
CreateAccountHolderResponse.LegalEntityEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAccountHolderResponse.LegalEntityEnum[] |
CreateAccountHolderResponse.LegalEntityEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccountHolderResponse |
CreateAccountHolderResponse.legalEntity(CreateAccountHolderResponse.LegalEntityEnum legalEntity) |
void |
CreateAccountHolderResponse.setLegalEntity(CreateAccountHolderResponse.LegalEntityEnum legalEntity) |
void |
CreateAccountHolderResponse.LegalEntityEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CreateAccountHolderResponse.LegalEntityEnum enumeration) |
Copyright © 2022. All rights reserved.