global class MemberAccountInput {
|
global Map<String,String> additionalAccountFieldValues;
|
global Boolean allowDuplicateRecords;
|
global String name;
|
global String phone;
|
global String website;
|
global MemberAccountInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|