Uses of Class
com.adyen.model.management.ListStoresResponse
-
Packages that use ListStoresResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ListStoresResponse in com.adyen.model.management
Methods in com.adyen.model.management that return ListStoresResponse Modifier and Type Method Description ListStoresResponseListStoresResponse. addDataItem(Store dataItem)ListStoresResponseListStoresResponse. data(List<Store> data)List of storesstatic ListStoresResponseListStoresResponse. fromJson(String jsonString)Create an instance of ListStoresResponse given an JSON stringListStoresResponseListStoresResponse. itemsTotal(Integer itemsTotal)Total number of items.ListStoresResponseListStoresResponse. links(PaginationLinks links)linksListStoresResponseListStoresResponse. pagesTotal(Integer pagesTotal)Total number of pages. -
Uses of ListStoresResponse in com.adyen.service.management
Methods in com.adyen.service.management that return ListStoresResponse Modifier and Type Method Description ListStoresResponseAccountStoreLevelApi. listStores()Get a list of storesListStoresResponseAccountStoreLevelApi. listStores(Integer pageNumber, Integer pageSize, String reference, String merchantId, RequestOptions requestOptions)Get a list of storesListStoresResponseAccountStoreLevelApi. listStoresByMerchantId(String merchantId)Get a list of storesListStoresResponseAccountStoreLevelApi. listStoresByMerchantId(String merchantId, Integer pageNumber, Integer pageSize, String reference, RequestOptions requestOptions)Get a list of stores
-