global class CreditMemoUnapplyInputRequest {
|
global String creditMemoInvApplicationId;
|
global String description;
|
global String effectiveDate;
|
global CreditMemoUnapplyInputRequest() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|