Stripe.Resources.V2.Billing.MeterEventSession (tiger_stripe v0.4.0)

Copy Markdown View Source

Meter Event Session

A Meter Event Session is an authentication session for the high-throughput meter event API. Meter Event Sessions provide temporary authentication tokens with expiration times, enabling secure and efficient bulk submission of usage events.

Summary

Types

t()

@type t() :: %Stripe.Resources.V2.Billing.MeterEventSession{
  authentication_token: term(),
  created: term(),
  expires_at: term(),
  id: term(),
  livemode: term(),
  object: term()
}
  • authentication_token - The authentication token for this session. Use this token when calling the high-throughput meter event API.
  • created - The creation time of this session. Format: date-time.
  • expires_at - The time at which this session expires. Format: date-time.
  • id - The unique ID of this auth session.
  • livemode - Has the value true if the object exists in live mode or the value false if the object exists in test mode.
  • object - String representing the object's type. Objects of the same type share the same value of the object field. Possible values: v2.billing.meter_event_session.

Functions

object_name()