Merchant |
Merchant.addDataCentersItem(DataCenter dataCentersItem) |
|
Merchant |
Merchant.captureDelay(String captureDelay) |
The [capture delay](https://docs.adyen.com/online-payments/capture#capture-delay) set for the merchant account.
|
Merchant |
Merchant.companyId(String companyId) |
The unique identifier of the company account this merchant belongs to
|
Merchant |
Merchant.dataCenters(List<DataCenter> dataCenters) |
List of available data centers.
|
Merchant |
Merchant.defaultShopperInteraction(String defaultShopperInteraction) |
The default [`shopperInteraction`](https://docs.adyen.com/api-explorer/#/CheckoutService/v68/post/payments__reqParam_shopperInteraction) value used when processing payments through this merchant account.
|
Merchant |
Merchant.description(String description) |
Your description for the merchant account, maximum 300 characters
|
static Merchant |
Merchant.fromJson(String jsonString) |
Create an instance of Merchant given an JSON string
|
Merchant |
Merchant.id(String id) |
The unique identifier of the merchant account.
|
Merchant |
Merchant.links(MerchantLinks links) |
links
|
Merchant |
Merchant.merchantCity(String merchantCity) |
The city where the legal entity of this merchant account is registered.
|
Merchant |
Merchant.name(String name) |
The name of the legal entity associated with the merchant account.
|
Merchant |
Merchant.pricingPlan(String pricingPlan) |
Only applies to merchant accounts managed by Adyen's partners.
|
Merchant |
Merchant.primarySettlementCurrency(String primarySettlementCurrency) |
The currency of the country where the legal entity of this merchant account is registered.
|
Merchant |
Merchant.reference(String reference) |
Reference of the merchant account.
|
Merchant |
Merchant.shopWebAddress(String shopWebAddress) |
The URL for the ecommerce website used with this merchant account.
|
Merchant |
Merchant.status(String status) |
The status of the merchant account.
|