Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.04 KB

CustomerInventory.md

File metadata and controls

27 lines (20 loc) · 1.04 KB

TalonOne::CustomerInventory

Properties

Name Type Description Notes
profile CustomerProfile [optional]
loyalty Loyalty [optional]
referrals Array<InventoryReferral> [optional]
coupons Array<InventoryCoupon> The coupons reserved by this profile. This array includes hard and soft reservations. [optional]
giveaways Array<Giveaway> [optional]
achievements Array<AchievementProgress> [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::CustomerInventory.new(profile: null,
                                 loyalty: null,
                                 referrals: null,
                                 coupons: null,
                                 giveaways: null,
                                 achievements: null)