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)addressStoreStore. description(String description)The description of the store.static StoreStore. fromJson(String jsonString)Create an instance of Store given an JSON stringStoreGetTerminalDetailsResponse. getStoreDetails()storeDetailsStoreStore. inStoreTerminals(List<String> inStoreTerminals)The list of terminals assigned to the store.StoreStore. merchantAccountCode(String merchantAccountCode)The code of the merchant account.StoreStore. status(String status)The status of the store: - `PreActive`: the store has been created, but not yet activatedStoreStore. store(String store)The code of the 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)storeDetailsGetTerminalDetailsResponseGetTerminalDetailsResponse. storeDetails(Store storeDetails)storeDetailsMethod parameters in com.adyen.model.posterminalmanagement with type arguments of type Store Modifier and Type Method Description voidGetStoresUnderAccountResponse. setStores(List<Store> stores)Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.voidMerchantAccount. setStores(List<Store> stores)Array of stores under this merchant account.GetStoresUnderAccountResponseGetStoresUnderAccountResponse. stores(List<Store> stores)Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.MerchantAccountMerchantAccount. stores(List<Store> stores)Array of stores under this merchant account.
-