Stakeholder Details Request
@Serializable
Stakeholders of a business account.
Constructors
Link copied to clipboard
constructor(externalId: String? = null, stakeholderTypes: List<StakeholderTypeModel>? = null, officerTitles: List<String>? = null, percentOwnership: Float? = null, firstName: String? = null, middleName: String? = null, lastName: String? = null, dateOfBirth: String? = null, primaryAddress: AddressRequest? = null)
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
The Primary address for this stakeholder.
Link copied to clipboard
The stakeholder types.