global class BenefitDisbursementsInputRepresentation {
|
global Datetime disbursementDate;
|
global List<String> enrollees;
|
global Double quantity;
|
global String status;
|
global BenefitDisbursementsInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|