Uses of Class
com.adyen.model.legalentitymanagement.WebDataExemption
-
Packages that use WebDataExemption Package Description com.adyen.model.legalentitymanagement -
-
Uses of WebDataExemption in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return WebDataExemption Modifier and Type Method Description static WebDataExemptionWebDataExemption. fromJson(String jsonString)Create an instance of WebDataExemption given an JSON stringWebDataExemptionBusinessLine. getWebDataExemption()webDataExemptionWebDataExemptionBusinessLineInfo. getWebDataExemption()webDataExemptionWebDataExemptionBusinessLineInfoUpdate. getWebDataExemption()webDataExemptionWebDataExemptionWebDataExemption. reason(WebDataExemption.ReasonEnum reason)The reason why the web data was not provided.Methods in com.adyen.model.legalentitymanagement with parameters of type WebDataExemption Modifier and Type Method Description voidBusinessLine. setWebDataExemption(WebDataExemption webDataExemption)webDataExemptionvoidBusinessLineInfo. setWebDataExemption(WebDataExemption webDataExemption)webDataExemptionvoidBusinessLineInfoUpdate. setWebDataExemption(WebDataExemption webDataExemption)webDataExemptionBusinessLineBusinessLine. webDataExemption(WebDataExemption webDataExemption)webDataExemptionBusinessLineInfoBusinessLineInfo. webDataExemption(WebDataExemption webDataExemption)webDataExemptionBusinessLineInfoUpdateBusinessLineInfoUpdate. webDataExemption(WebDataExemption webDataExemption)webDataExemption
-