TypesInputs
CompanyCustomBeneficialOwnerInput
The data input for an edited company beneficial owner.
input CompanyCustomBeneficialOwnerInput {
ownerId: BusinessEntityIdInput!
isBeneficialOwner: Boolean!
comment: String
}The data input for an edited company beneficial owner.
input CompanyCustomBeneficialOwnerInput {
ownerId: BusinessEntityIdInput!
isBeneficialOwner: Boolean!
comment: String
}ownerId BusinessEntityIdInput! non-null scalarisBeneficialOwner Boolean! non-null scalarcomment String scalar