global class ApplicationFormResultRepresentation { global String accountId; global String applicationFormId; global String branchUnitId; global String createdById; global Datetime createdDate; global List customFields; global String lastModifiedById; global Datetime lastModifiedDate; global String leadId; global String name; global String opportunityId; global String ownerId; global String recordTypeId; global String stage; global String thirdPartyLoanProviderAccountId; global ApplicationFormResultRepresentation() { } global Object clone() { } global Boolean equals(Object obj) { } global Double getBuildVersion() { } global Integer hashCode() { } global String toString() { } }