Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.23 KB

File metadata and controls

40 lines (34 loc) · 1.23 KB

TalonOne::IntegrationHubEventPayloadLoyaltyProfileBasedTierUpgradeNotification

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]
points_required_to_the_next_tier Float [optional]
next_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::IntegrationHubEventPayloadLoyaltyProfileBasedTierUpgradeNotification.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,
  points_required_to_the_next_tier: null,
  next_tier: null,
  tier_expiration_date: null,
  timestamp_of_tier_change: null,
  published_at: null
)