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

# CashBalanceDeposit

> CashBalanceDeposit represents a cash balance deposit, including details like amount, fee, and status.

**Object**

CashBalanceDeposit represents a cash balance deposit, including details like amount, fee, and status.

## Fields

<ResponseField name="cashBalanceDepositId" type="UUID!">
  Unique identifier for the cash balance deposit.
</ResponseField>

<ResponseField name="depositDisplayId" type="String!">
  Display identifier for the deposit, used for user-facing purposes.
</ResponseField>

<ResponseField name="depositAmount" type="String!">
  The amount of the deposit.
</ResponseField>

<ResponseField name="depositFee" type="String">
  Fee associated with the deposit, if applicable.
</ResponseField>

<ResponseField name="bankCardId" type="UUID">
  Identifier of the bank card used for the deposit.
</ResponseField>

<ResponseField name="bankAccountId" type="UUID">
  Identifier of the bank account used for the deposit.
</ResponseField>

<ResponseField name="paypalVaultId" type="UUID">
  Identifier of the PayPal vault used for the deposit.
</ResponseField>

<ResponseField name="transactionDate" type="DateTime!">
  Date and time when the transaction was made.
</ResponseField>

<ResponseField name="clearedDate" type="DateTime">
  Date and time when the deposit cleared, if applicable.
</ResponseField>

<ResponseField name="status" type="CashBalanceDepositStatus!">
  Current status of the deposit.
</ResponseField>

<ResponseField name="expectedClearedDate" type="DateTime!">
  Expected date and time for the deposit to clear.
</ResponseField>

<ResponseField name="cashBalanceDepositType" type="CashBalanceDepositType!">
  Type of the cash balance deposit.
</ResponseField>

<ResponseField name="cashBalanceSettlements" type="[CashBalanceSettlement]">
  Associated settlements for the deposit.
</ResponseField>

<ResponseField name="memo" type="String">
  Memo for the deposit.
</ResponseField>

<ResponseField name="transactionCategory" type="String">
  Category name for the deposit.
</ResponseField>

<ResponseField name="attachmentUrl" type="String">
  URL of the attachment associated with this deposit.
</ResponseField>
