StoreCreationRequest |
StoreCreationRequest.addBusinessLineIdsItem(String businessLineIdsItem) |
|
StoreCreationRequest |
StoreCreationRequest.address(StoreLocation address) |
address
|
StoreCreationRequest |
StoreCreationRequest.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.
|
StoreCreationRequest |
StoreCreationRequest.description(String description) |
Your description of the store.
|
StoreCreationRequest |
StoreCreationRequest.externalReferenceId(String externalReferenceId) |
The unique identifier of the store, used by certain payment methods and tax authorities.
|
static StoreCreationRequest |
StoreCreationRequest.fromJson(String jsonString) |
Create an instance of StoreCreationRequest given an JSON string
|
StoreCreationRequest |
StoreCreationRequest.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.
|
StoreCreationRequest |
StoreCreationRequest.reference(String reference) |
Your reference to recognize the store by.
|
StoreCreationRequest |
StoreCreationRequest.shopperStatement(String shopperStatement) |
The store name to be shown on the shopper's bank or credit card statement and on the shopper receipt.
|
StoreCreationRequest |
StoreCreationRequest.splitConfiguration(StoreSplitConfiguration splitConfiguration) |
splitConfiguration
|