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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Billing.CreditBalanceTransaction.Debit.CreditsApplied{
  invoice: String.t() | Stripe.Resources.Invoice.t() | nil,
  invoice_line_item: String.t() | nil
}
```

* `invoice` - The invoice to which the billing credits were applied.
* `invoice_line_item` - The invoice line item to which the billing credits were applied. Max length: 5000.

---

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