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