> ## 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.

# OwnerAddressInput

> Address for a business owner.

**Input object**

Address for a business owner.
Required for owners subject to full KYC verification.

## Input fields

<ParamField name="streetAddressLine1" type="String!" required>
  Street address line 1.
</ParamField>

<ParamField name="streetAddressLine2" type="String">
  Street address line 2 (optional).
</ParamField>

<ParamField name="city" type="String!" required>
  City.
</ParamField>

<ParamField name="state" type="String!" required>
  State / province name.
</ParamField>

<ParamField name="postalCode" type="String!" required>
  Postal code.
</ParamField>

<ParamField name="country" type="String!" required>
  Country name.
</ParamField>
