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

Nested struct within the parent resource.

# `t`

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

* `monetary` - The monetary amount. Nullable.
* `type` - The type of this amount. We currently only support `monetary` billing credits. Possible values: `monetary`.

---

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