Strise Connect API Docs
TypesInputs

CompanyCustomBeneficialOwnerInput

The data input for an edited company beneficial owner.

input CompanyCustomBeneficialOwnerInput {
  ownerId: BusinessEntityIdInput!
  isBeneficialOwner: Boolean!
  comment: String
}

Fields

ownerId BusinessEntityIdInput! non-null scalar

BusinessEntityIdInput!

isBeneficialOwner Boolean! non-null scalar

Boolean!

comment String scalar

String

Member Of

CompanyUpdateBeneficialOwnersInput input

On this page