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