Class GetStoresUnderAccountResponse
- java.lang.Object
-
- com.adyen.model.posterminalmanagement.GetStoresUnderAccountResponse
-
public class GetStoresUnderAccountResponse extends Object
GetStoresUnderAccountResponse
-
-
Constructor Summary
Constructors Constructor Description GetStoresUnderAccountResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetStoresUnderAccountResponseaddStoresItem(Store storesItem)booleanequals(Object o)List<Store>getStores()Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.inthashCode()voidsetStores(List<Store> stores)GetStoresUnderAccountResponsestores(List<Store> stores)StringtoString()
-
-
-
Method Detail
-
stores
public GetStoresUnderAccountResponse stores(List<Store> stores)
-
addStoresItem
public GetStoresUnderAccountResponse addStoresItem(Store storesItem)
-
getStores
public List<Store> getStores()
Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.- Returns:
- stores
-
-