Stripe.Resources.Billing.CreditBalanceTransaction.Credit.Amount (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Billing.CreditBalanceTransaction.Credit.Amount{
  monetary:
    Stripe.Resources.Billing.CreditBalanceTransaction.Credit.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.