Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 577 Bytes

Loyalty.md

File metadata and controls

19 lines (12 loc) · 577 Bytes

TalonOne::Loyalty

Properties

Name Type Description Notes
cards Array<LoyaltyCard> Displays information about the balances of the loyalty cards. [optional]
programs Hash<String, LoyaltyProgramLedgers> Displays information about point balances in profile-based programs.

Code Sample

require 'TalonOne'

instance = TalonOne::Loyalty.new(cards: null,
                                 programs: null)