global class ProductSummaryPage {
|
global String currencyIsoCode;
|
global Integer pageSize;
|
global List<ConnectApi.ProductSummary> products;
|
global Long total;
|
global ProductSummaryPage() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|