Uses of Class
com.adyen.model.marketpayaccount.PerformVerificationRequest.AccountStateTypeEnum
-
Packages that use PerformVerificationRequest.AccountStateTypeEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of PerformVerificationRequest.AccountStateTypeEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return PerformVerificationRequest.AccountStateTypeEnum Modifier and Type Method Description static PerformVerificationRequest.AccountStateTypeEnumPerformVerificationRequest.AccountStateTypeEnum. fromValue(String value)PerformVerificationRequest.AccountStateTypeEnumPerformVerificationRequest. getAccountStateType()The state required for the account holder.static PerformVerificationRequest.AccountStateTypeEnumPerformVerificationRequest.AccountStateTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PerformVerificationRequest.AccountStateTypeEnum[]PerformVerificationRequest.AccountStateTypeEnum. 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 PerformVerificationRequest.AccountStateTypeEnum Modifier and Type Method Description PerformVerificationRequestPerformVerificationRequest. accountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType)voidPerformVerificationRequest. setAccountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType)
-