Uses of Class
com.adyen.model.marketpayaccount.PersonalDocumentData.TypeEnum
-
Packages that use PersonalDocumentData.TypeEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of PersonalDocumentData.TypeEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return PersonalDocumentData.TypeEnum Modifier and Type Method Description static PersonalDocumentData.TypeEnumPersonalDocumentData.TypeEnum. fromValue(String value)PersonalDocumentData.TypeEnumPersonalDocumentData. getType()The type of the document.static PersonalDocumentData.TypeEnumPersonalDocumentData.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.Methods in com.adyen.model.marketpayaccount with parameters of type PersonalDocumentData.TypeEnum Modifier and Type Method Description voidPersonalDocumentData. setType(PersonalDocumentData.TypeEnum type)PersonalDocumentDataPersonalDocumentData. type(PersonalDocumentData.TypeEnum type)
-