# `Stripe.Resources.Billing.CreditBalanceTransaction.Debit`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing/credit_balance_transaction.ex#L124)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Billing.CreditBalanceTransaction.Debit{
  amount:
    Stripe.Resources.Billing.CreditBalanceTransaction.Debit.Amount.t() | nil,
  credits_applied:
    Stripe.Resources.Billing.CreditBalanceTransaction.Debit.CreditsApplied.t()
    | nil,
  type: String.t() | nil
}
```

* `amount`
* `credits_applied` - Details of how the billing credits were applied to an invoice. Only present if `type` is `credits_applied`. Nullable.
* `type` - The type of debit transaction. Possible values: `credits_applied`, `credits_expired`, `credits_voided`.

---

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