Uses of Class
com.adyen.model.marketpayaccount.CreateAccountHolderResponse.LegalEntityEnum
-
Packages that use CreateAccountHolderResponse.LegalEntityEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of CreateAccountHolderResponse.LegalEntityEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return CreateAccountHolderResponse.LegalEntityEnum Modifier and Type Method Description static CreateAccountHolderResponse.LegalEntityEnumCreateAccountHolderResponse.LegalEntityEnum. fromValue(String value)CreateAccountHolderResponse.LegalEntityEnumCreateAccountHolderResponse. getLegalEntity()The type of legal entity of the new account holder.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.marketpayaccount with parameters of type CreateAccountHolderResponse.LegalEntityEnum Modifier and Type Method Description CreateAccountHolderResponseCreateAccountHolderResponse. legalEntity(CreateAccountHolderResponse.LegalEntityEnum legalEntity)voidCreateAccountHolderResponse. setLegalEntity(CreateAccountHolderResponse.LegalEntityEnum legalEntity)
-