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()webDataWebDataOrganization. getWebData()webDataWebDataWebData. webAddress(String webAddress)The URL of the website or the app store URL.WebDataWebData. webAddressId(String webAddressId)The unique identifier of the web address.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)webDataOrganizationOrganization. webData(WebData webData)webDataMethod 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)List of website URLs where your user's goods or services are sold.BusinessLineInfoBusinessLineInfo. webData(List<WebData> webData)List of website URLs where your user's goods or services are sold.BusinessLineInfoUpdateBusinessLineInfoUpdate. webData(List<WebData> webData)List of website URLs where your user's goods or services are sold.
-