Uses of Class
com.adyen.model.AccountInfo.AccountTypeEnum
-
Packages that use AccountInfo.AccountTypeEnum Package Description com.adyen.model -
-
Uses of AccountInfo.AccountTypeEnum in com.adyen.model
Methods in com.adyen.model that return AccountInfo.AccountTypeEnum Modifier and Type Method Description static AccountInfo.AccountTypeEnumAccountInfo.AccountTypeEnum. fromValue(String text)AccountInfo.AccountTypeEnumAccountInfo. getAccountType()Indicates the type of account.AccountInfo.AccountTypeEnumAccountInfo.AccountTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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 with parameters of type AccountInfo.AccountTypeEnum Modifier and Type Method Description AccountInfoAccountInfo. accountType(AccountInfo.AccountTypeEnum accountType)voidAccountInfo. setAccountType(AccountInfo.AccountTypeEnum accountType)voidAccountInfo.AccountTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AccountInfo.AccountTypeEnum enumeration)
-