public class GetStoresUnderAccountResponse extends Object
| Constructor and Description |
|---|
GetStoresUnderAccountResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetStoresUnderAccountResponse |
addStoresItem(Store storesItem) |
boolean |
equals(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.
|
int |
hashCode() |
void |
setStores(List<Store> stores) |
GetStoresUnderAccountResponse |
stores(List<Store> stores) |
String |
toString() |
public GetStoresUnderAccountResponse stores(List<Store> stores)
public GetStoresUnderAccountResponse addStoresItem(Store storesItem)
public List<Store> getStores()
Copyright © 2022. All rights reserved.