StakeholderType
public enum StakeholderType : String, Codable
Stakeholder types.
-
Beneficial owner stakeholder type.
Declaration
Swift
case beneficialOwner = "BENEFICIAL_OWNER"
-
Officer stakeholder type.
Declaration
Swift
case officer = "OFFICER"