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

# UserAddress

> UserAddress represents a User Address record.

**Object**

UserAddress represents a User Address record.

## Fields

<ResponseField name="userAddressId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

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

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

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

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

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

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