Stripe.Resources.Billing.AlertTriggered (tiger_stripe v0.4.0)

Copy Markdown View Source

ThresholdsResourceAlert

Summary

Types

t()

@type t() :: %Stripe.Resources.Billing.AlertTriggered{
  alert: term(),
  created: term(),
  customer: term(),
  livemode: term(),
  object: term(),
  value: term()
}
  • alert - Expandable.
  • created - Time at which the object was created. Measured in seconds since the Unix epoch. Format: Unix timestamp.
  • customer - ID of customer for which the alert triggered Max length: 5000.
  • livemode - If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: billing.alert_triggered.
  • value - The value triggering the alert

Functions

expandable_fields()

object_name()