Uses of Class
com.adyen.model.posterminalmanagement.Store
-
Packages that use Store Package Description com.adyen.model.posterminalmanagement -
-
Uses of Store in com.adyen.model.posterminalmanagement
Methods in com.adyen.model.posterminalmanagement that return Store Modifier and Type Method Description StoreStore. addInStoreTerminalsItem(String inStoreTerminalsItem)StoreStore. address(Address address)StoreStore. description(String description)StoreGetTerminalDetailsResponse. getStoreDetails()Get storeDetailsStoreStore. inStoreTerminals(List<String> inStoreTerminals)StoreStore. merchantAccountCode(String merchantAccountCode)StoreStore. status(String status)StoreStore. store(String store)Methods in com.adyen.model.posterminalmanagement that return types with arguments of type Store Modifier and Type Method Description List<Store>GetStoresUnderAccountResponse. getStores()Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.List<Store>MerchantAccount. getStores()Array of stores under this merchant account.Methods in com.adyen.model.posterminalmanagement with parameters of type Store Modifier and Type Method Description GetStoresUnderAccountResponseGetStoresUnderAccountResponse. addStoresItem(Store storesItem)MerchantAccountMerchantAccount. addStoresItem(Store storesItem)voidGetTerminalDetailsResponse. setStoreDetails(Store storeDetails)GetTerminalDetailsResponseGetTerminalDetailsResponse. storeDetails(Store storeDetails)Method parameters in com.adyen.model.posterminalmanagement with type arguments of type Store Modifier and Type Method Description voidGetStoresUnderAccountResponse. setStores(List<Store> stores)voidMerchantAccount. setStores(List<Store> stores)GetStoresUnderAccountResponseGetStoresUnderAccountResponse. stores(List<Store> stores)MerchantAccountMerchantAccount. stores(List<Store> stores)
-