Sha256: b53fec8467d0f79932209e2abdf41bebc6254e354ce8aa179b06aab08fb722b9
Contents?: true
Size: 970 Bytes
Versions: 4
Compression:
Stored size: 970 Bytes
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. See each coupon's `reservation` property. | [optional] **giveaways** | [**Array<Giveaway>**](Giveaway.md) | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CustomerInventory.new(profile: null, loyalty: null, referrals: null, coupons: null, giveaways: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/CustomerInventory.md |
talon_one-3.0.1 | docs/CustomerInventory.md |
talon_one-3.0.0 | docs/CustomerInventory.md |
talon_one-2.5.1 | docs/CustomerInventory.md |