Uses of Class
com.adyen.model.legalentitymanagement.BusinessLineInfo
-
Packages that use BusinessLineInfo Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of BusinessLineInfo in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return BusinessLineInfo Modifier and Type Method Description BusinessLineInfoBusinessLineInfo. addSalesChannelsItem(String salesChannelsItem)BusinessLineInfoBusinessLineInfo. addWebDataItem(WebData webDataItem)BusinessLineInfoBusinessLineInfo. capability(BusinessLineInfo.CapabilityEnum capability)Deprecated.since Legal Entity Management API v3 Use `service` instead.static BusinessLineInfoBusinessLineInfo. fromJson(String jsonString)Create an instance of BusinessLineInfo given an JSON stringBusinessLineInfoBusinessLineInfo. industryCode(String industryCode)A code that represents the industry of the legal entity for [marketplaces](https://docs.adyen.com/marketplaces/verification-requirements/reference-additional-products/#list-industry-codes) or [platforms](https://docs.adyen.com/platforms/verification-requirements/reference-additional-products/#list-industry-codes).BusinessLineInfoBusinessLineInfo. legalEntityId(String legalEntityId)Unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) that owns the business line.BusinessLineInfoBusinessLineInfo. salesChannels(List<String> salesChannels)A list of channels where goods or services are sold.BusinessLineInfoBusinessLineInfo. service(BusinessLineInfo.ServiceEnum service)The service for which you are creating the business line.BusinessLineInfoBusinessLineInfo. sourceOfFunds(SourceOfFunds sourceOfFunds)sourceOfFundsBusinessLineInfoBusinessLineInfo. webData(List<WebData> webData)List of website URLs where your user's goods or services are sold.BusinessLineInfoBusinessLineInfo. webDataExemption(WebDataExemption webDataExemption)webDataExemption -
Uses of BusinessLineInfo in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement with parameters of type BusinessLineInfo Modifier and Type Method Description BusinessLineBusinessLinesApi. createBusinessLine(BusinessLineInfo businessLineInfo)Create a business lineBusinessLineBusinessLinesApi. createBusinessLine(BusinessLineInfo businessLineInfo, RequestOptions requestOptions)Create a business line
-