The EntityCorporationBeneficialOwner object.
Fields
id- The identifier of this beneficial owner.company_title- This person's role or title within the entity.individual- Personal details for the beneficial owner.prongs- Why this person is considered a beneficial owner of the entity.
Summary
Types
@type t() :: %Increase.Entities.Entity.Corporation.BeneficialOwner{ company_title: String.t() | nil, id: String.t(), individual: Increase.Entities.Entity.Corporation.BeneficialOwner.EntityCorporationBeneficialOwnersIndividual.t(), prongs: [String.t()] }