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

# BusinessLegalAddressInput

> Business legal address input.

**Input object**

Business legal address input.

## Input fields

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

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

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

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

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

<ParamField body="country" type="String!" required>
  Country name. Must be a valid country name from ISO 3166 standard that is allowed for KYB (Know Your Business) registration.
  Certain countries are restricted and not allowed for business registration (e.g., North Korea, Iran, Russia, Cuba, Syria, and others).
  Examples of allowed countries: "Canada", "Germany", "France".
</ParamField>
