global class OrderSummaryLookupOutput { global ConnectApi.OrderSummaryAdjustmentAggregates adjustmentAggregates; global String currencyIsoCode; global List deliveryGroups; global Map fields; global String id; global String orderNumber; global String status; global OrderSummaryLookupOutput() { } global Object clone() { } global Boolean equals(Object obj) { } global Double getBuildVersion() { } global Integer hashCode() { } global String toString() { } }