Uses of Class
com.adyen.model.marketpayaccount.CloseStoresRequest
-
Packages that use CloseStoresRequest Package Description com.adyen.model.marketpayaccount com.adyen.service.classicplatforms -
-
Uses of CloseStoresRequest in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return CloseStoresRequest Modifier and Type Method Description CloseStoresRequestCloseStoresRequest. accountHolderCode(String accountHolderCode)CloseStoresRequestCloseStoresRequest. addStoresItem(String storesItem)static CloseStoresRequestCloseStoresRequest. fromJson(String jsonString)Create an instance of CloseStoresRequest given an JSON stringCloseStoresRequestCloseStoresRequest. stores(List<String> stores) -
Uses of CloseStoresRequest in com.adyen.service.classicplatforms
Methods in com.adyen.service.classicplatforms with parameters of type CloseStoresRequest Modifier and Type Method Description GenericResponseClassicPlatformAccountApi. closeStores(CloseStoresRequest closeStoresRequest)Close storesGenericResponseClassicPlatformAccountApi. closeStores(CloseStoresRequest closeStoresRequest, RequestOptions requestOptions)Close stores
-