Uses of Class
com.adyen.model.balanceplatform.BankIdentification.IdentificationTypeEnum
-
Packages that use BankIdentification.IdentificationTypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of BankIdentification.IdentificationTypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BankIdentification.IdentificationTypeEnum Modifier and Type Method Description static BankIdentification.IdentificationTypeEnumBankIdentification.IdentificationTypeEnum. fromValue(String value)BankIdentification.IdentificationTypeEnumBankIdentification. getIdentificationType()The type of the identification.static BankIdentification.IdentificationTypeEnumBankIdentification.IdentificationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BankIdentification.IdentificationTypeEnum[]BankIdentification.IdentificationTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type BankIdentification.IdentificationTypeEnum Modifier and Type Method Description BankIdentificationBankIdentification. identificationType(BankIdentification.IdentificationTypeEnum identificationType)voidBankIdentification. setIdentificationType(BankIdentification.IdentificationTypeEnum identificationType)The type of the identification.
-