global class AdjustItemInputRepresentation {
|
global String adjustmentType;
|
global Double amount;
|
global String description;
|
global String orderItemSummaryId;
|
global String reason;
|
global AdjustItemInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|