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

Nested struct within the parent resource.

# `t`

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

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

---

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