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] |
require 'TalonOne'
instance = TalonOne::CustomerInventory.new(profile: null,
loyalty: null,
referrals: null,
coupons: null,
giveaways: null,
achievements: null)