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

# BankAccountFeesSettlements

> Indicates how a bank account is used within the billing and settlement configuration.

`ENUM`

Indicates how a bank account is used within the billing and settlement configuration.

## Values

<ResponseField name="FEES_ONLY" type="enum">
  The bank account is used exclusively to collect fees charged to the acceptor.
</ResponseField>

<ResponseField name="SETTLEMENTS_ONLY" type="enum">
  The bank account is used exclusively to receive settlement funds from card transactions.
</ResponseField>

<ResponseField name="SETTLEMENTS_AND_FEES" type="enum">
  The bank account is used for both settlement deposits and fee collections.
</ResponseField>
