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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Billing.CreditBalanceTransaction.Credit{
  amount:
    Stripe.Resources.Billing.CreditBalanceTransaction.Credit.Amount.t() | nil,
  credits_application_invoice_voided:
    Stripe.Resources.Billing.CreditBalanceTransaction.Credit.CreditsApplicationInvoiceVoided.t()
    | nil,
  type: String.t() | nil
}
```

* `amount`
* `credits_application_invoice_voided` - Details of the invoice to which the reinstated credits were originally applied. Only present if `type` is `credits_application_invoice_voided`. Nullable.
* `type` - The type of credit transaction. Possible values: `credits_application_invoice_voided`, `credits_granted`.

---

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