Stripe.Params.Billing.AlertCreateParams (tiger_stripe v0.4.0)

Copy Markdown View Source

Parameters for alert create.

Summary

Types

t()

@type t() :: %Stripe.Params.Billing.AlertCreateParams{
  alert_type: term(),
  expand: term(),
  title: term(),
  usage_threshold: term()
}
  • alert_type - The type of alert to create. Possible values: usage_threshold.
  • expand - Specifies which fields in the response should be expanded.
  • title - The title of the alert. Max length: 256.
  • usage_threshold - The configuration of the usage threshold.