Uses of Class
com.adyen.model.management.UpdateStoreRequest
-
Packages that use UpdateStoreRequest Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of UpdateStoreRequest in com.adyen.model.management
Methods in com.adyen.model.management that return UpdateStoreRequest Modifier and Type Method Description UpdateStoreRequestUpdateStoreRequest. addBusinessLineIdsItem(String businessLineIdsItem)UpdateStoreRequestUpdateStoreRequest. address(UpdatableAddress address)addressUpdateStoreRequestUpdateStoreRequest. 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.UpdateStoreRequestUpdateStoreRequest. description(String description)The description of the store.UpdateStoreRequestUpdateStoreRequest. externalReferenceId(String externalReferenceId)The unique identifier of the store, used by certain payment methods and tax authorities.static UpdateStoreRequestUpdateStoreRequest. fromJson(String jsonString)Create an instance of UpdateStoreRequest given an JSON stringUpdateStoreRequestUpdateStoreRequest. 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.UpdateStoreRequestUpdateStoreRequest. splitConfiguration(StoreSplitConfiguration splitConfiguration)splitConfigurationUpdateStoreRequestUpdateStoreRequest. status(UpdateStoreRequest.StatusEnum status)The status of the store. -
Uses of UpdateStoreRequest in com.adyen.service.management
Methods in com.adyen.service.management with parameters of type UpdateStoreRequest Modifier and Type Method Description StoreAccountStoreLevelApi. updateStore(String merchantId, String storeId, UpdateStoreRequest updateStoreRequest)Update a storeStoreAccountStoreLevelApi. updateStore(String merchantId, String storeId, UpdateStoreRequest updateStoreRequest, RequestOptions requestOptions)Update a storeStoreAccountStoreLevelApi. updateStoreById(String storeId, UpdateStoreRequest updateStoreRequest)Update a storeStoreAccountStoreLevelApi. updateStoreById(String storeId, UpdateStoreRequest updateStoreRequest, RequestOptions requestOptions)Update a store
-