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

# RefinanceReferralInput

> Input to create a refinance referral.

## Fields

<ParamField path="contacts" type="[ReferralContactCreateInput!]">
  Contacts to be associated with the referral.
</ParamField>

<ParamField path="customAttributes" type="[CustomAttributeCreateInput!]">
  Custom attributes to be associated with the referral.
</ParamField>

<ParamField path="files" type="[FileBulkCommitInput!]!" required>
  The files to be associated with the referral.
</ParamField>

<ParamField path="intentLevel" type="ReferralIntentLevel">
  The intent level of the referral.
</ParamField>

<ParamField path="mortgageAmount" type="MoneyInput">
  The amount of the new mortgage.
</ParamField>

<ParamField path="propertyAddress" type="AddressInput!" required>
  The address of the property being refinanced.
</ParamField>

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