StripeElixir.Params.Billing.CreditGrantCreateParams.Amount (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.Billing.CreditGrantCreateParams.Amount{
  monetary: map() | nil,
  type: String.t() | nil
}
  • monetary - The monetary amount.
  • type - The type of this amount. We currently only support monetary billing credits. Possible values: monetary.