Payload schema for :"subscription.plan_swapped" events (D3-66).
:"subscription.plan_swapped"
@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 }
@spec schema_version() :: pos_integer()