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

# ApplicantType

> The type of applicant submitting a boarding application.

`ENUM`

The type of applicant submitting a boarding application.

## Values

<ResponseField name="BILLER" type="enum">
  A biller that accepts payments for recurring services such as utilities, subscriptions, or
  invoices.
</ResponseField>

<ResponseField name="MERCHANT" type="enum">
  A standard merchant that accepts card-present or card-not-present payments for goods or services.
</ResponseField>

<ResponseField name="SELLER" type="enum">
  A seller operating under a marketplace or platform that routes payments on their behalf.
</ResponseField>

<ResponseField name="SPONSORED_MERCHANT" type="enum">
  A merchant sponsored by a payment facilitator, operating under the facilitator's master merchant
  account.
</ResponseField>

<ResponseField name="SUPPLIER" type="enum">
  A supplier in a B2B payment relationship, typically receiving payments from buyer organizations.
</ResponseField>

<ResponseField name="WALLET" type="enum">
  A digital wallet provider that stores payment credentials and facilitates transactions on behalf
  of consumers.
</ResponseField>
