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

# BusinessLookupResult

> Represents a business recipient.

**Object**

Represents a business recipient.

## Fields

<ResponseField name="recipientId" type="UUID!">
  The account ID of the recipient.
</ResponseField>

<ResponseField name="companyName" type="String">
  Formatted company name with DBA in parentheses.
  Format: "Business Name (DBA Name)" or just "Business Name" if no DBA.
</ResponseField>

<ResponseField name="state" type="String">
  State of the business.
  Derived from the business's legal address.
</ResponseField>
