TypesInputs
CompanyCustomBeneficialOwnerInput
The data input for an edited company beneficial owner.
input CompanyCustomBeneficialOwnerInput {
ownerId: BusinessEntityIdInput!
isBeneficialOwner: Boolean!
reasons: [BeneficialOwnerReasonKind!]
comment: String
}Fields
ownerId BusinessEntityIdInput! non-null scalar
isBeneficialOwner Boolean! non-null scalar
reasons [BeneficialOwnerReasonKind!] list enum
[BeneficialOwnerReasonKind!]
The reasons for the entity being considered a beneficial owner. Ignored when isBeneficialOwner is false.
Leave out to keep the reasons already registered for the beneficial owner, or pass an empty list to remove them.
Note that the reasons read back from beneficialOwners are filtered and sorted for display purposes, and may
therefore differ from the ones given here.