global class CreditMemoApplyInputRequest {
|
global List<ConnectApi.ApplicationsRequest> applications;
|
global String creditMemoId;
|
global CreditMemoApplyInputRequest() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|