Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 439 Bytes

LoyaltyDashboardPointsBreakdown.md

File metadata and controls

19 lines (12 loc) · 439 Bytes

TalonOne::LoyaltyDashboardPointsBreakdown

Properties

Name Type Description Notes
created_manually Float
created_via_rule_engine Float

Code Sample

require 'TalonOne'

instance = TalonOne::LoyaltyDashboardPointsBreakdown.new(created_manually: 125.0,
                                 created_via_rule_engine: 9631.0)