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)Deprecated.since POS Terminal Management API v1 Use [Management API](https://docs.adyen.com/api-explorer/Management/latest/overview).GetStoresUnderAccountResponsePosTerminalManagementApi. getStoresUnderAccount(GetStoresUnderAccountRequest getStoresUnderAccountRequest, RequestOptions requestOptions)Deprecated.since POS Terminal Management API v1 Use [Management API](https://docs.adyen.com/api-explorer/Management/latest/overview).
-