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

# VirtualAccountNumberDebitControlMode

> Controls which debits are permitted against a virtual account number.

**Enum**

Controls which debits are permitted against a virtual account number.

## Values

<ResponseField name="ALLOW_ALL" type="enum value">
  Allow all debits.
</ResponseField>

<ResponseField name="BLOCK_ALL" type="enum value">
  Block all debits.
</ResponseField>

<ResponseField name="WHITELIST_ONLY" type="enum value">
  Only allow debits from whitelisted originators.
</ResponseField>

<ResponseField name="APPROVAL_REQUIRED" type="enum value">
  Debits require explicit approval before they are posted.
</ResponseField>
