global class ReferencedRefundRequest {
|
global String accountId;
|
global Double amount;
|
global String clientContext;
|
global String comments;
|
global Datetime effectiveDate;
|
global ConnectApi.PaymentGroupRequest paymentGroup;
|
global ReferencedRefundRequest() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|