Uses of Class
com.adyen.model.payment.AccountInfo.AccountTypeEnum
-
Packages that use AccountInfo.AccountTypeEnum Package Description com.adyen.model.payment -
-
Uses of AccountInfo.AccountTypeEnum in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment with parameters of type AccountInfo.AccountTypeEnum Modifier and Type Method Description AccountInfoAccountInfo. accountType(AccountInfo.AccountTypeEnum accountType)Indicates the type of account.voidAccountInfo. setAccountType(AccountInfo.AccountTypeEnum accountType)Indicates the type of account.
-