global class ReturnOrderLineItemFeeInputRepresentation {
|
global Double amount;
|
global String amountType;
|
global String description;
|
global String product2Id;
|
global String reason;
|
global ReturnOrderLineItemFeeInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|