Uses of Class
com.adyen.model.tapi.IdentificationSupport
-
Packages that use IdentificationSupport Package Description com.adyen.model.tapi -
-
Uses of IdentificationSupport in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return IdentificationSupport Modifier and Type Method Description static IdentificationSupportIdentificationSupport. fromValue(String value)IdentificationSupportLoyaltyAccountID. getIdentificationSupport()Get identificationSupportstatic IdentificationSupportIdentificationSupport. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentificationSupport[]IdentificationSupport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type IdentificationSupport Modifier and Type Method Description LoyaltyAccountIDLoyaltyAccountID. identificationSupport(IdentificationSupport identificationSupport)identificationSupportvoidLoyaltyAccountID. setIdentificationSupport(IdentificationSupport identificationSupport)identificationSupport
-