Sha256: 05fc56d3621423aabb0e2324ed222a9d354ec9597b867269eacaf86819c80627

Contents?: true

Size: 1.04 KB

Versions: 3

Compression:

Stored size: 1.04 KB

Contents

# TalonOne::CustomerInventory

## Properties

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

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/CustomerInventory.md
talon_one-6.0.0 docs/CustomerInventory.md
talon_one-5.0.0 docs/CustomerInventory.md