TypesInputs
CompanyCustomShareholderInput
The data input for an edited company shareholder.
input CompanyCustomShareholderInput {
ownerId: BusinessEntityIdInput!
ownership: Float
comment: String
}Fields
ownerId BusinessEntityIdInput! non-null scalar
ownership Float scalar
Float
The ownership percentage [0, 100]. Set to null to remove the shareholder.