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

Copy Markdown View Source

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

Summary

Types

t()

@type t() :: %Accrue.Events.Schemas.SubscriptionPlanSwapped{
  new_price_id: String.t() | nil,
  old_price_id: String.t() | nil,
  proration: atom() | String.t() | nil,
  source: atom(),
  stripe_id: String.t() | nil
}

Functions

schema_version()

@spec schema_version() :: pos_integer()