docs/CustomerInventory.md in talon_one-1.4.0 vs docs/CustomerInventory.md in talon_one-2.0.0

- old
+ new

@@ -1,9 +1,19 @@ # TalonOne::CustomerInventory ## Properties + Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **profile** | [**CustomerProfile**](CustomerProfile.md) | | [optional] **referrals** | [**Array<Referral>**](Referral.md) | | [optional] + +## Code Sample + +```ruby +require 'TalonOne' + +instance = TalonOne::CustomerInventory.new(profile: null, + referrals: null) +```