Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.07 KB

File metadata and controls

36 lines (30 loc) · 1.07 KB

TalonOne::IntegrationHubEventPayloadLoyaltyProfileBasedTierDowngradeNotification

Properties

Name Type Description Notes
profile_integration_id String
loyalty_program_id Integer
subledger_id String
source_of_event String
current_tier String [optional]
current_points Float
old_tier String [optional]
tier_expiration_date Time [optional]
timestamp_of_tier_change Time [optional]
published_at Time Timestamp when the event was published.

Example

require 'talon_one_sdk'

instance = TalonOne::IntegrationHubEventPayloadLoyaltyProfileBasedTierDowngradeNotification.new(
  profile_integration_id: null,
  loyalty_program_id: null,
  subledger_id: null,
  source_of_event: null,
  current_tier: null,
  current_points: null,
  old_tier: null,
  tier_expiration_date: null,
  timestamp_of_tier_change: null,
  published_at: null
)