global class OrderSummaryProductLookupOutput { global Boolean canViewProduct; global String errorCode; global String errorMessage; global Map fields; global String id; global ConnectApi.ProductMedia media; global Map variationAttributes; global OrderSummaryProductLookupOutput() { } global Object clone() { } global Boolean equals(Object obj) { } global Double getBuildVersion() { } global Integer hashCode() { } global String toString() { } }