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

# RefinanceStatus

> Represents the status of a refinance.

## Fields

<ResponseField name="state" type="RefinanceState!" required>
  The state of the refinance.
</ResponseField>

## Implementations

* [RefinanceAbandonedStatus](/partner-api/reference/members/objects/refinance-abandoned-status)
* [RefinanceAfterClosingStatus](/partner-api/reference/members/objects/refinance-after-closing-status)
* [RefinanceBeforeClosingStatus](/partner-api/reference/members/objects/refinance-before-closing-status)
* [RefinanceClosingInProgressStatus](/partner-api/reference/members/objects/refinance-closing-in-progress-status)
* [RefinanceCompletedStatus](/partner-api/reference/members/objects/refinance-completed-status)
* [RefinancePendingStatus](/partner-api/reference/members/objects/refinance-pending-status)
