Sha256: ec89fb4622f31d1115433b279887e306811068ac5d4981a98f62d10eba8095b7

Contents?: true

Size: 668 Bytes

Versions: 2

Compression:

Stored size: 668 Bytes

Contents

# TalonOne::CustomerInventory

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**profile** | [**CustomerProfile**](CustomerProfile.md) |  | [optional] 
**loyalty** | [**Loyalty**](Loyalty.md) |  | [optional] 
**referrals** | [**Array<Referral>**](Referral.md) |  | [optional] 
**coupons** | [**Array<Coupon>**](Coupon.md) |  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-2.3.0 docs/CustomerInventory.md
talon_one-2.2.0 docs/CustomerInventory.md