Stakeholder Information Details Model
@Serializable
Account stakeholder information.
Constructors
Link copied to clipboard
constructor(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
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 types. Check stakeholderTypesString for any null values.
Link copied to clipboard
Stakeholder types.