Uses of Class
com.adyen.model.checkout.AccountInfo.AccountTypeEnum
-
Packages that use AccountInfo.AccountTypeEnum Package Description com.adyen.model.checkout -
-
Uses of AccountInfo.AccountTypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AccountInfo.AccountTypeEnum Modifier and Type Method Description static AccountInfo.AccountTypeEnumAccountInfo.AccountTypeEnum. fromValue(String value)AccountInfo.AccountTypeEnumAccountInfo. getAccountType()Indicates the type of account.static AccountInfo.AccountTypeEnumAccountInfo.AccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountInfo.AccountTypeEnum[]AccountInfo.AccountTypeEnum. 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 AccountInfo.AccountTypeEnum Modifier and Type Method Description AccountInfoAccountInfo. accountType(AccountInfo.AccountTypeEnum accountType)voidAccountInfo. setAccountType(AccountInfo.AccountTypeEnum accountType)Indicates the type of account.
-