Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 521 Bytes

LoyaltyMembership.md

File metadata and controls

19 lines (12 loc) · 521 Bytes

TalonOne::LoyaltyMembership

Properties

Name Type Description Notes
joined DateTime The moment in which the loyalty program was joined. [optional]
loyalty_program_id Integer The ID of the loyalty program belonging to this entity.

Code Sample

require 'TalonOne'

instance = TalonOne::LoyaltyMembership.new(joined: 2012-03-20T14:15:22Z,
                                 loyalty_program_id: 323414846)