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

# PlaidLinkAddressInput

> Address attached to Plaid-linked bank accounts when identity-service requires one after Link.

**Input object**

Address attached to Plaid-linked bank accounts when identity-service requires one after Link.

## Input fields

<ParamField name="streetAddressLine1" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField name="streetAddressLine2" type="String">
  *No description provided in the schema yet.*
</ParamField>

<ParamField name="city" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField name="state" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField name="postalCode" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField name="country" type="String!" required>
  *No description provided in the schema yet.*
</ParamField>
