global class LeadConvertResult { global Id accountid; global Id contactid; global List errors; global Id leadid; global Id opportunityid; global Id relatedpersonaccountid; global Boolean success; global Id getAccountId() { } global Id getContactId() { } global List getErrors() { } global Id getLeadId() { } global Id getOpportunityId() { } global Id getRelatedPersonAccountId() { } global Boolean isSuccess() { } }