> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# RegisterBusinessConfirmInput

> Ownership roster certifications required at registration.

**Input object**

Ownership roster certifications required at registration.

## Input fields

<ParamField name="allOwnersWith25PercentageOwnershipListed" type="Boolean!" required>
  Certify that all natural persons who directly or indirectly own 25% or more of the business are listed.
  Required when at least one owner has `ownershipPercentage` >= 25.
</ParamField>

<ParamField name="noOwnersMoreThan25Percentage" type="Boolean!" required>
  Certify that no natural person directly or indirectly owns 25% or more of the business.
  Required when no owner has `ownershipPercentage` >= 25.
</ParamField>
