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

# PaycheckDepositType

> Distribution method for a paycheck direct-deposit form.

**Enum**

Distribution method for a paycheck direct-deposit form.

## Values

<ResponseField name="FULL" type="enum value">
  Deposit the entire paycheck.
</ResponseField>

<ResponseField name="FIXED" type="enum value">
  Deposit a fixed dollar amount.
</ResponseField>

<ResponseField name="PERCENTAGE" type="enum value">
  Deposit a percentage of the paycheck. Requires depositPercentage.
</ResponseField>
