global class FulfillmentOrderLineItemInputRepresentation {
|
global String fulfillmentOrderLineItemId;
|
global Double quantity;
|
global FulfillmentOrderLineItemInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|