Stripe.Params.Billing.CreditGrantCreateParams.Amount (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.Billing.CreditGrantCreateParams.Amount{
  monetary:
    Stripe.Params.Billing.CreditGrantCreateParams.Amount.Monetary.t() | 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.