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

# Address

> Represents an address.

## Fields

<ResponseField name="city" type="String!" required>
  The city of the address.
</ResponseField>

<ResponseField name="country" type="Country!" required>
  The country of the address.
</ResponseField>

<ResponseField name="latitude" type="Float">
  The latitude of the address.
</ResponseField>

<ResponseField name="longitude" type="Float">
  The longitude of the address.
</ResponseField>

<ResponseField name="mapImageUrl" type="Url">
  A link to a map with a pointer on the address's location.
</ResponseField>

<ResponseField name="postalCode" type="String!" required>
  The postal code of the address.
</ResponseField>

<ResponseField name="province" type="Province!" required>
  The province of the address.
</ResponseField>

<ResponseField name="shortTitle" type="String!" required>
  The shortened title for the address.
</ResponseField>

<ResponseField name="street" type="String!" required>
  The street name and number of the address.
</ResponseField>

<ResponseField name="title" type="String!" required>
  The full title for the address.
</ResponseField>

<ResponseField name="unitNumber" type="String">
  The unit number, apartment number, suite number etc.
</ResponseField>

## Used by

* [`refinanceReferralBulkCreate`](/partner-api/reference/mutations/referrals/refinance/refinance-referral-bulk-create) (mutation)
* [`refinanceReferralCreate`](/partner-api/reference/mutations/referrals/refinance/refinance-referral-create) (mutation)
* [`statusCertificateReviewReferralBulkCreate`](/partner-api/reference/mutations/referrals/status-certificate-review/status-certificate-review-referral-bulk-create) (mutation)
* [`statusCertificateReviewReferralCreate`](/partner-api/reference/mutations/referrals/status-certificate-review/status-certificate-review-referral-create) (mutation)
