Uses of Class
com.adyen.model.posterminalmanagement.GetStoresUnderAccountResponse
-
Packages that use GetStoresUnderAccountResponse Package Description com.adyen.model.posterminalmanagement com.adyen.service -
-
Uses of GetStoresUnderAccountResponse in com.adyen.model.posterminalmanagement
Methods in com.adyen.model.posterminalmanagement that return GetStoresUnderAccountResponse Modifier and Type Method Description GetStoresUnderAccountResponseGetStoresUnderAccountResponse. addStoresItem(Store storesItem)static GetStoresUnderAccountResponseGetStoresUnderAccountResponse. fromJson(String jsonString)Create an instance of GetStoresUnderAccountResponse given an JSON stringGetStoresUnderAccountResponseGetStoresUnderAccountResponse. 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. -
Uses of GetStoresUnderAccountResponse in com.adyen.service
Methods in com.adyen.service that return GetStoresUnderAccountResponse Modifier and Type Method Description GetStoresUnderAccountResponsePosTerminalManagementApi. getStoresUnderAccount(GetStoresUnderAccountRequest getStoresUnderAccountRequest)Get the stores of an accountGetStoresUnderAccountResponsePosTerminalManagementApi. getStoresUnderAccount(GetStoresUnderAccountRequest getStoresUnderAccountRequest, RequestOptions requestOptions)Get the stores of an account
-