global class PartyProfileResultRepresentation {
|
global String accountId;
|
global String contactId;
|
global String countryOfBirth;
|
global String countryOfDomicile;
|
global String createdById;
|
global Datetime createdDate;
|
global Integer creditScore;
|
global String creditScoreProvider;
|
global List<ConnectApi.CustomFieldsResultRepresentation> customFields;
|
global Datetime dateOfBirth;
|
global String employmentIndustry;
|
global String employmentType;
|
global String firstName;
|
global String fullName;
|
global String fundSource;
|
global String gender;
|
global String householdAccountId;
|
global String id;
|
global Boolean isNetWorthHigh;
|
global Boolean isOffBoarded;
|
global String lastModifiedById;
|
global Datetime lastModifiedDate;
|
global String lastName;
|
global Datetime lastProfileReviewDate;
|
global String leadId;
|
global String middleName;
|
global String name;
|
global String nationality;
|
global Datetime nextProfileReviewDate;
|
global String offBoardingComments;
|
global String offBoardingReason;
|
global String orchestrationErrorMessage;
|
global String orchestrationId;
|
global String orchestrationStatus;
|
global String ownerId;
|
global List<ConnectApi.PartyCreditProfileResultRepresentation> partyCreditProfile;
|
global List<ConnectApi.PartyIdentityVerificationResultRepresentation> partyIdentityVerification;
|
global List<ConnectApi.PartyProfileAddressResultRepresentation> partyProfileAddress;
|
global List<ConnectApi.PartyProfileRiskResultRepresentation> partyProfileRisk;
|
global String prefix;
|
global String primaryEmail;
|
global String primaryIdentificationName;
|
global String primaryIdentificationType;
|
global String primaryIdentifier;
|
global String primaryPhone;
|
global String recordTypeId;
|
global String relatedPartyProfileId;
|
global String residentType;
|
global String reviewDecision;
|
global String stage;
|
global String suffix;
|
global String surnameAtBirth;
|
global String taxPayerIdentificationNumber;
|
global String taxPayerIdentificationType;
|
global PartyProfileResultRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|