StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.addBusinessLineIdsItem(String businessLineIdsItem) |
|
StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.address(StoreLocation address) |
address
|
StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.businessLineIds(List<String> businessLineIds) |
The unique identifiers of the [business lines](https://docs.adyen.com/api-explorer/legalentity/latest/post/businessLines#responses-200-id) that the store is associated with.
|
StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.description(String description) |
Your description of the store.
|
StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.externalReferenceId(String externalReferenceId) |
The unique identifier of the store, used by certain payment methods and tax authorities.
|
static StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.fromJson(String jsonString) |
Create an instance of StoreCreationWithMerchantCodeRequest given an JSON string
|
StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.merchantId(String merchantId) |
The unique identifier of the merchant account that the store belongs to.
|
StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.phoneNumber(String phoneNumber) |
The phone number of the store, including '+' and country code in the [E.164](https://en.wikipedia.org/wiki/E.164) format.
|
StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.reference(String reference) |
Your reference to recognize the store by.
|
StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.shopperStatement(String shopperStatement) |
The store name to be shown on the shopper's bank or credit card statement and on the shopper receipt.
|
StoreCreationWithMerchantCodeRequest |
StoreCreationWithMerchantCodeRequest.splitConfiguration(StoreSplitConfiguration splitConfiguration) |
splitConfiguration
|