Uses of Class
com.adyen.model.checkout.AchDetails.AccountHolderTypeEnum
-
Packages that use AchDetails.AccountHolderTypeEnum Package Description com.adyen.model.checkout -
-
Uses of AchDetails.AccountHolderTypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AchDetails.AccountHolderTypeEnum Modifier and Type Method Description static AchDetails.AccountHolderTypeEnumAchDetails.AccountHolderTypeEnum. fromValue(String value)AchDetails.AccountHolderTypeEnumAchDetails. getAccountHolderType()The account holder type (personal or business).static AchDetails.AccountHolderTypeEnumAchDetails.AccountHolderTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AchDetails.AccountHolderTypeEnum[]AchDetails.AccountHolderTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type AchDetails.AccountHolderTypeEnum Modifier and Type Method Description AchDetailsAchDetails. accountHolderType(AchDetails.AccountHolderTypeEnum accountHolderType)The account holder type (personal or business).voidAchDetails. setAccountHolderType(AchDetails.AccountHolderTypeEnum accountHolderType)The account holder type (personal or business).
-