Uses of Class
com.adyen.model.marketpayaccount.GetAccountHolderResponse.LegalEntityEnum
-
Packages that use GetAccountHolderResponse.LegalEntityEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of GetAccountHolderResponse.LegalEntityEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return GetAccountHolderResponse.LegalEntityEnum Modifier and Type Method Description static GetAccountHolderResponse.LegalEntityEnumGetAccountHolderResponse.LegalEntityEnum. fromValue(String value)GetAccountHolderResponse.LegalEntityEnumGetAccountHolderResponse. getLegalEntity()The legal entity of the account holder.static GetAccountHolderResponse.LegalEntityEnumGetAccountHolderResponse.LegalEntityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GetAccountHolderResponse.LegalEntityEnum[]GetAccountHolderResponse.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 GetAccountHolderResponse.LegalEntityEnum Modifier and Type Method Description GetAccountHolderResponseGetAccountHolderResponse. legalEntity(GetAccountHolderResponse.LegalEntityEnum legalEntity)voidGetAccountHolderResponse. setLegalEntity(GetAccountHolderResponse.LegalEntityEnum legalEntity)
-