Uses of Class
com.adyen.model.marketpay.UpdateAccountHolderResponse.LegalEntityEnum
-
Packages that use UpdateAccountHolderResponse.LegalEntityEnum Package Description com.adyen.model.marketpay -
-
Uses of UpdateAccountHolderResponse.LegalEntityEnum in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return UpdateAccountHolderResponse.LegalEntityEnum Modifier and Type Method Description static UpdateAccountHolderResponse.LegalEntityEnumUpdateAccountHolderResponse.LegalEntityEnum. fromValue(String text)UpdateAccountHolderResponse.LegalEntityEnumUpdateAccountHolderResponse. getLegalEntity()The legal entity of the account holder.UpdateAccountHolderResponse.LegalEntityEnumUpdateAccountHolderResponse.LegalEntityEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static UpdateAccountHolderResponse.LegalEntityEnumUpdateAccountHolderResponse.LegalEntityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateAccountHolderResponse.LegalEntityEnum[]UpdateAccountHolderResponse.LegalEntityEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpay with parameters of type UpdateAccountHolderResponse.LegalEntityEnum Modifier and Type Method Description UpdateAccountHolderResponseUpdateAccountHolderResponse. legalEntity(UpdateAccountHolderResponse.LegalEntityEnum legalEntity)voidUpdateAccountHolderResponse. setLegalEntity(UpdateAccountHolderResponse.LegalEntityEnum legalEntity)voidUpdateAccountHolderResponse.LegalEntityEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, UpdateAccountHolderResponse.LegalEntityEnum enumeration)
-