> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# Objects

> Every object and enum the Connect tools accept.

## BalanceTransactionType

<div className="enum-table">
  | Value                                   |
  | --------------------------------------- |
  | `adjustment`                            |
  | `advance`                               |
  | `advance_funding`                       |
  | `anticipation_repayment`                |
  | `application_fee`                       |
  | `application_fee_refund`                |
  | `charge`                                |
  | `climate_order_purchase`                |
  | `climate_order_refund`                  |
  | `connect_collection_transfer`           |
  | `contribution`                          |
  | `fee_credit_funding`                    |
  | `inbound_transfer`                      |
  | `inbound_transfer_reversal`             |
  | `issuing_authorization_hold`            |
  | `issuing_authorization_release`         |
  | `issuing_dispute`                       |
  | `issuing_transaction`                   |
  | `obligation_outbound`                   |
  | `obligation_reversal_inbound`           |
  | `payment`                               |
  | `payment_failure_refund`                |
  | `payment_network_reserve_hold`          |
  | `payment_network_reserve_release`       |
  | `payment_refund`                        |
  | `payment_reversal`                      |
  | `payment_unreconciled`                  |
  | `payout`                                |
  | `payout_cancel`                         |
  | `payout_failure`                        |
  | `payout_minimum_balance_hold`           |
  | `payout_minimum_balance_release`        |
  | `refund`                                |
  | `refund_failure`                        |
  | `reserve_hold`                          |
  | `reserve_release`                       |
  | `reserve_transaction`                   |
  | `reserved_funds`                        |
  | `stripe_balance_payment_debit`          |
  | `stripe_balance_payment_debit_reversal` |
  | `stripe_fee`                            |
  | `stripe_fx_fee`                         |
  | `tax_fee`                               |
  | `tax_fund`                              |
  | `topup`                                 |
  | `topup_reversal`                        |
  | `transfer`                              |
  | `transfer_cancel`                       |
  | `transfer_failure`                      |
  | `transfer_refund`                       |
</div>

## PayoutStatusFilter

<div className="enum-table">
  | Value      |
  | ---------- |
  | `pending`  |
  | `paid`     |
  | `failed`   |
  | `canceled` |
</div>
