Uses of Class
com.adyen.model.marketpay.CreateAccountHolderResponse.LegalEntityEnum
-
Packages that use CreateAccountHolderResponse.LegalEntityEnum Package Description com.adyen.model.marketpay -
-
Uses of CreateAccountHolderResponse.LegalEntityEnum in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return CreateAccountHolderResponse.LegalEntityEnum Modifier and Type Method Description static CreateAccountHolderResponse.LegalEntityEnumCreateAccountHolderResponse.LegalEntityEnum. fromValue(String text)CreateAccountHolderResponse.LegalEntityEnumCreateAccountHolderResponse. getLegalEntity()The type of legal entity of the new account holder.CreateAccountHolderResponse.LegalEntityEnumCreateAccountHolderResponse.LegalEntityEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CreateAccountHolderResponse.LegalEntityEnumCreateAccountHolderResponse.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.Methods in com.adyen.model.marketpay with parameters of type CreateAccountHolderResponse.LegalEntityEnum Modifier and Type Method Description CreateAccountHolderResponseCreateAccountHolderResponse. legalEntity(CreateAccountHolderResponse.LegalEntityEnum legalEntity)voidCreateAccountHolderResponse. setLegalEntity(CreateAccountHolderResponse.LegalEntityEnum legalEntity)voidCreateAccountHolderResponse.LegalEntityEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreateAccountHolderResponse.LegalEntityEnum enumeration)
-