Stakeholder Details Model
@Serializable
Stakeholders of a business account.
Constructors
Link copied to clipboard
constructor(stakeholderUuid: String, externalId: String, statusString: String, status: AccountStatusModel? = statusString.getEnum<AccountStatusModel>(), statusReasonString: String?, statusReason: AccountStatusReasonModel? = statusReasonString?.getEnum<AccountStatusReasonModel>(), stageString: String?, stage: AccountStageModel? = stageString?.getEnum<AccountStageModel>(), stakeholderTypesString: List<String>, stakeholderTypes: List<StakeholderTypeModel?> = stakeholderTypesString.map { it.getEnum<StakeholderTypeModel>() }, officerTitles: List<String>?, percentOwnership: Float?, firstName: String, middleName: String?, lastName: String, dateOfBirth: String?)
Properties
Link copied to clipboard
User date of birth in the format "yyyy-mm-dd".
Link copied to clipboard
External identifier in your platform.
Link copied to clipboard
User middle name.
Link copied to clipboard
The job titles for stakeholder type StakeholderTypeModel.OFFICER.
Link copied to clipboard
The percentage ownership in the company for type StakeholderTypeModel.BENEFICIAL_OWNER.
Link copied to clipboard
Stakeholder stage. Check stageString if null.
Link copied to clipboard
Stakeholder stage.
Link copied to clipboard
The stakeholder types. Check stakeholderTypesString for any null values.
Link copied to clipboard
The stakeholder types.
Link copied to clipboard
Stakeholder unique identifier.
Link copied to clipboard
Stakeholder status. Check statusString if null.
Link copied to clipboard
Stakeholder status reason. Check statusReasonString if null.
Link copied to clipboard
Stakeholder status reason.
Link copied to clipboard
Stakeholder status.