BusinessLineInfo |
BusinessLineInfo.addSalesChannelsItem(String salesChannelsItem) |
|
BusinessLineInfo |
BusinessLineInfo.addWebDataItem(WebData webDataItem) |
|
static BusinessLineInfo |
BusinessLineInfo.fromJson(String jsonString) |
Create an instance of BusinessLineInfo given an JSON string
|
BusinessLineInfo |
BusinessLineInfo.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
BusinessLineInfo |
BusinessLineInfo.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).
|
BusinessLineInfo |
BusinessLineInfo.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.
|
BusinessLineInfo |
BusinessLineInfo.salesChannels(List<String> salesChannels) |
A list of channels where goods or services are sold.
|
BusinessLineInfo |
BusinessLineInfo.service(BusinessLineInfo.ServiceEnum service) |
The service for which you are creating the business line.
|
BusinessLineInfo |
BusinessLineInfo.sourceOfFunds(SourceOfFunds sourceOfFunds) |
sourceOfFunds
|
BusinessLineInfo |
BusinessLineInfo.webData(List<WebData> webData) |
List of website URLs where your user's goods or services are sold.
|
BusinessLineInfo |
BusinessLineInfo.webDataExemption(WebDataExemption webDataExemption) |
webDataExemption
|