Sha256: d9b6b9a1a9d7ee76d092c60431fbce98781d12bb7ace4658d7891f54ff8677b0
Contents?: true
Size: 577 Bytes
Versions: 7
Compression:
Stored size: 577 Bytes
Contents
# TalonOne::Loyalty ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cards** | [**Array<LoyaltyCard>**](LoyaltyCard.md) | Displays information about the balances of the loyalty cards. | [optional] **programs** | [**Hash<String, LoyaltyProgramLedgers>**](LoyaltyProgramLedgers.md) | Displays information about point balances in profile-based programs. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Loyalty.new(cards: null, programs: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems