# 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) ```