Uses of Class
com.adyen.model.balanceplatform.ScaExemption
-
Packages that use ScaExemption Package Description com.adyen.model.balanceplatform -
-
Uses of ScaExemption in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return ScaExemption Modifier and Type Method Description static ScaExemptionScaExemption. fromValue(String value)ScaExemptionCreateScaInformation. getExemption()Get exemptionScaExemptionScaInformation. getExemption()Get exemptionstatic ScaExemptionScaExemption. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaExemption[]ScaExemption. 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 ScaExemption Modifier and Type Method Description CreateScaInformationCreateScaInformation. exemption(ScaExemption exemption)exemptionScaInformationScaInformation. exemption(ScaExemption exemption)exemptionvoidCreateScaInformation. setExemption(ScaExemption exemption)exemptionvoidScaInformation. setExemption(ScaExemption exemption)exemption
-