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

# BankAccountType

> Indicates the type of bank account.

`ENUM`

Indicates the type of bank account.

## Values

<ResponseField name="CHECKING" type="enum">
  A checking deposit account, typically used for day-to-day transactions, where funds are available
  on demand.
</ResponseField>

<ResponseField name="SAVINGS" type="enum">
  A savings account, typically used for holding funds with interest, where withdrawals may be
  limited.
</ResponseField>
