Accrue.Events.Schemas.SubscriptionCreated (accrue v1.0.0)

Copy Markdown View Source

Payload schema for :"subscription.created" events (D3-66).

Summary

Functions

Schema version; bumped when the payload shape changes.

Types

t()

@type t() :: %Accrue.Events.Schemas.SubscriptionCreated{
  customer_id: String.t() | nil,
  price_id: String.t() | nil,
  quantity: integer() | nil,
  source: atom(),
  stripe_id: String.t() | nil,
  trial_end: DateTime.t() | nil
}

Functions

schema_version()

@spec schema_version() :: pos_integer()

Schema version; bumped when the payload shape changes.