Uses of Class
com.adyen.model.legalentitymanagement.WebDataExemption.ReasonEnum
-
Packages that use WebDataExemption.ReasonEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of WebDataExemption.ReasonEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return WebDataExemption.ReasonEnum Modifier and Type Method Description static WebDataExemption.ReasonEnumWebDataExemption.ReasonEnum. fromValue(String value)WebDataExemption.ReasonEnumWebDataExemption. getReason()The reason why the web data was not provided.static WebDataExemption.ReasonEnumWebDataExemption.ReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WebDataExemption.ReasonEnum[]WebDataExemption.ReasonEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type WebDataExemption.ReasonEnum Modifier and Type Method Description WebDataExemptionWebDataExemption. reason(WebDataExemption.ReasonEnum reason)voidWebDataExemption. setReason(WebDataExemption.ReasonEnum reason)The reason why the web data was not provided.
-