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()Get webDataExemptionWebDataExemptionBusinessLineInfo. getWebDataExemption()Get webDataExemptionWebDataExemptionBusinessLineInfoUpdate. getWebDataExemption()Get webDataExemptionWebDataExemptionWebDataExemption. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.WebDataExemptionWebDataExemption. 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
-