global class OrderSummaryVerificationInput {
|
global String email;
|
global String lastName;
|
global String phoneNumber;
|
global OrderSummaryVerificationInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|