Accrue.Events.Schemas.CardExpiringSoon (accrue v0.3.1)

Copy Markdown View Source

Payload schema for :"card.expiring_soon" events (D3-66).

Summary

Types

t()

@type t() :: %Accrue.Events.Schemas.CardExpiringSoon{
  days_until_expiry: integer() | nil,
  is_default_pm: boolean() | nil,
  payment_method_id: String.t() | nil,
  source: atom(),
  threshold: integer() | nil
}

Functions

schema_version()

@spec schema_version() :: pos_integer()