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)addressStoreStore. 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.StoreStore. description(String description)The description of the store.StoreStore. externalReferenceId(String externalReferenceId)The unique identifier of the store, used by certain payment methods and tax authorities.static StoreStore. fromJson(String jsonString)Create an instance of Store given an JSON stringStoreStore. id(String id)The unique identifier of the store.StoreStore. links(Links links)linksStoreStore. merchantId(String merchantId)The unique identifier of the merchant account that the store belongs to.StoreStore. 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.StoreStore. reference(String reference)A reference to recognize the store by.StoreStore. shopperStatement(String shopperStatement)The store name shown on the shopper's bank or credit card statement and on the shopper receipt.StoreStore. splitConfiguration(StoreSplitConfiguration splitConfiguration)splitConfigurationStoreStore. status(Store.StatusEnum status)The status of the store.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)List of storesvoidListStoresResponse. 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
-