> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AddressInput

> Input for an address.

## Fields

<ParamField path="city" type="String">
  The city of the address.
</ParamField>

<ParamField path="country" type="Country">
  The country of the address.
</ParamField>

<ParamField path="postalCode" type="String">
  The postal code of the address.
</ParamField>

<ParamField path="province" type="Province">
  The province of the address.
</ParamField>

<ParamField path="street" type="String">
  The street name and number of the address.
</ParamField>

<ParamField path="unitNumber" type="String">
  The unit number, suite number, apartment number, etc. of the address.
</ParamField>

## Used by

* [`engagementCreate`](/lender-api/reference/mutations/engagements/engagement-create) (mutation)
