Uses of Class
com.adyen.model.posterminalmanagement.GetStoresUnderAccountRequest
-
Packages that use GetStoresUnderAccountRequest Package Description com.adyen.model.posterminalmanagement com.adyen.service -
-
Uses of GetStoresUnderAccountRequest in com.adyen.model.posterminalmanagement
Methods in com.adyen.model.posterminalmanagement that return GetStoresUnderAccountRequest Modifier and Type Method Description GetStoresUnderAccountRequestGetStoresUnderAccountRequest. companyAccount(String companyAccount)static GetStoresUnderAccountRequestGetStoresUnderAccountRequest. fromJson(String jsonString)Create an instance of GetStoresUnderAccountRequest given an JSON stringGetStoresUnderAccountRequestGetStoresUnderAccountRequest. merchantAccount(String merchantAccount) -
Uses of GetStoresUnderAccountRequest in com.adyen.service
Methods in com.adyen.service with parameters of type GetStoresUnderAccountRequest 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
-