Uses of Class
com.adyen.model.management.Store
-
Packages that use Store Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of Store in com.adyen.model.management
Methods in com.adyen.model.management that return Store Modifier and Type Method Description StoreStore. addBusinessLineIdsItem(String businessLineIdsItem)StoreStore. address(StoreLocation address)StoreStore. businessLineIds(List<String> businessLineIds)StoreStore. description(String description)StoreStore. externalReferenceId(String externalReferenceId)static StoreStore. fromJson(String jsonString)Create an instance of Store given an JSON stringStoreStore. id(String id)StoreStore. links(Links links)StoreStore. merchantId(String merchantId)StoreStore. phoneNumber(String phoneNumber)StoreStore. reference(String reference)StoreStore. shopperStatement(String shopperStatement)StoreStore. splitConfiguration(StoreSplitConfiguration splitConfiguration)StoreStore. status(Store.StatusEnum status)Methods in com.adyen.model.management that return types with arguments of type Store Modifier and Type Method Description List<Store>ListStoresResponse. getData()List of storesMethods in com.adyen.model.management with parameters of type Store Modifier and Type Method Description ListStoresResponseListStoresResponse. addDataItem(Store dataItem)Method parameters in com.adyen.model.management with type arguments of type Store Modifier and Type Method Description ListStoresResponseListStoresResponse. data(List<Store> data)voidListStoresResponse. setData(List<Store> data)List of stores -
Uses of Store in com.adyen.service.management
Methods in com.adyen.service.management that return Store Modifier and Type Method Description StoreAccountStoreLevelApi. createStore(StoreCreationWithMerchantCodeRequest storeCreationWithMerchantCodeRequest)Create a storeStoreAccountStoreLevelApi. createStore(StoreCreationWithMerchantCodeRequest storeCreationWithMerchantCodeRequest, RequestOptions requestOptions)Create a storeStoreAccountStoreLevelApi. createStoreByMerchantId(String merchantId, StoreCreationRequest storeCreationRequest)Create a storeStoreAccountStoreLevelApi. createStoreByMerchantId(String merchantId, StoreCreationRequest storeCreationRequest, RequestOptions requestOptions)Create a storeStoreAccountStoreLevelApi. getStore(String merchantId, String storeId)Get a storeStoreAccountStoreLevelApi. getStore(String merchantId, String storeId, RequestOptions requestOptions)Get a storeStoreAccountStoreLevelApi. getStoreById(String storeId)Get a storeStoreAccountStoreLevelApi. getStoreById(String storeId, RequestOptions requestOptions)Get a storeStoreAccountStoreLevelApi. 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
-