# `Stripe.Resources.AdjustedForOverdraft`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/adjusted_for_overdraft.ex#L2)

CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft

# `t`

```elixir
@type t() :: %Stripe.Resources.AdjustedForOverdraft{
  balance_transaction: String.t() | Stripe.Resources.BalanceTransaction.t(),
  linked_transaction:
    String.t() | Stripe.Resources.CustomerCashBalanceTransaction.t()
}
```

* `balance_transaction` - The [Balance Transaction](https://docs.stripe.com/api/balance_transactions/object) that corresponds to funds taken out of your Stripe balance. Expandable.
* `linked_transaction` - The [Cash Balance Transaction](https://docs.stripe.com/api/cash_balance_transactions/object) that brought the customer balance negative, triggering the clawback of funds. Expandable.

# `expandable_fields`

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
