Skip to main content
Corvus Connection

TierChangeContext

Context
TheOmenDen.StreamPulse.Scripting.Contexts.TierChangeContextContext bound to an OnTierChangeAttribute handler. Carries a patron whose entitled pledge amount changed: the from/to tier names, the old/new amounts in cents, the Direction of the move, and the campaign currency. The display name is null for anonymous patrons. A flow branches on Direction to react to an upgrade or a downgrade.

Members

7
  • DisplayName
    property
    string DisplayName
  • FromTier
    property
    string FromTier
  • ToTier
    property
    string ToTier
  • OldCents
    property
    int OldCents
  • NewCents
    property
    int NewCents
  • Direction
    property
    TierChangeDirection Direction
  • Currency
    property
    string Currency