UpdateStoreRequest |
UpdateStoreRequest.addBusinessLineIdsItem(String businessLineIdsItem) |
|
UpdateStoreRequest |
UpdateStoreRequest.address(UpdatableAddress address) |
address
|
UpdateStoreRequest |
UpdateStoreRequest.businessLineIds(List<String> businessLineIds) |
The unique identifiers of the [business
lines](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines__resParam_id)
that the store is associated with.
|
UpdateStoreRequest |
UpdateStoreRequest.description(String description) |
The description of the store.
|
UpdateStoreRequest |
UpdateStoreRequest.externalReferenceId(String externalReferenceId) |
The unique identifier of the store, used by certain payment methods and tax authorities.
|
static UpdateStoreRequest |
UpdateStoreRequest.fromJson(String jsonString) |
Create an instance of UpdateStoreRequest given an JSON string
|
UpdateStoreRequest |
UpdateStoreRequest.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
UpdateStoreRequest |
UpdateStoreRequest.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.
|
UpdateStoreRequest |
UpdateStoreRequest.splitConfiguration(StoreSplitConfiguration splitConfiguration) |
splitConfiguration
|
UpdateStoreRequest |
UpdateStoreRequest.status(UpdateStoreRequest.StatusEnum status) |
The status of the store.
|
UpdateStoreRequest |
UpdateStoreRequest.subMerchantData(SubMerchantData subMerchantData) |
subMerchantData
|