Uses of Class
com.adyen.model.legalentitymanagement.WebData
-
Packages that use WebData Package Description com.adyen.model.legalentitymanagement -
-
Uses of WebData in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return WebData Modifier and Type Method Description static WebDataWebData. fromJson(String jsonString)Create an instance of WebData given an JSON stringWebDataIndividual. getWebData()Get webDataWebDataOrganization. getWebData()Get webDataWebDataWebData. webAddress(String webAddress)WebDataWebData. webAddressId(String webAddressId)Methods in com.adyen.model.legalentitymanagement that return types with arguments of type WebData Modifier and Type Method Description List<WebData>BusinessLine. getWebData()List of website URLs where your user's goods or services are sold.List<WebData>BusinessLineInfo. getWebData()List of website URLs where your user's goods or services are sold.List<WebData>BusinessLineInfoUpdate. getWebData()List of website URLs where your user's goods or services are sold.Methods in com.adyen.model.legalentitymanagement with parameters of type WebData Modifier and Type Method Description BusinessLineBusinessLine. addWebDataItem(WebData webDataItem)BusinessLineInfoBusinessLineInfo. addWebDataItem(WebData webDataItem)BusinessLineInfoUpdateBusinessLineInfoUpdate. addWebDataItem(WebData webDataItem)voidIndividual. setWebData(WebData webData)webDatavoidOrganization. setWebData(WebData webData)webDataIndividualIndividual. webData(WebData webData)OrganizationOrganization. webData(WebData webData)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type WebData Modifier and Type Method Description voidBusinessLine. setWebData(List<WebData> webData)List of website URLs where your user's goods or services are sold.voidBusinessLineInfo. setWebData(List<WebData> webData)List of website URLs where your user's goods or services are sold.voidBusinessLineInfoUpdate. setWebData(List<WebData> webData)List of website URLs where your user's goods or services are sold.BusinessLineBusinessLine. webData(List<WebData> webData)BusinessLineInfoBusinessLineInfo. webData(List<WebData> webData)BusinessLineInfoUpdateBusinessLineInfoUpdate. webData(List<WebData> webData)
-