global class OrderQuantitiesOutputRepresentation {
|
global String externalOrderId;
|
global List<ConnectApi.ItemQuantityOutputRepresentation> itemQuantities;
|
global OrderQuantitiesOutputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|