> ## 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 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
</ParamField>

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

<ParamField name="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>
