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

# Lender

> Represents a lender.

## Fields

<ResponseField name="id" type="GID!" required>
  ID of the object.
</ResponseField>

<ResponseField name="logoImageUrl" type="Url">
  The URL of the lender's logo.
</ResponseField>

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

<ResponseField name="websiteUrl" type="Url">
  The URL of the lender's website.
</ResponseField>
