docs/AudienceCustomer.md in talon_one-6.0.0 vs docs/AudienceCustomer.md in talon_one-7.0.0

- old
+ new

@@ -3,11 +3,11 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | -**created** | **DateTime** | The time this entity was created. The time this entity was created. | +**created** | **DateTime** | The time this entity was created. | **integration_id** | **String** | The integration ID set by your integration layer. | **attributes** | [**Object**](.md) | Arbitrary properties associated with this item. | **account_id** | **Integer** | The ID of the Talon.One account that owns this profile. | **closed_sessions** | **Integer** | The total amount of closed sessions by a customer. A closed session is a successful purchase. | **total_sales** | **Float** | The total amount of money spent by the customer **before** discounts are applied. The total sales amount excludes the following: - Cancelled or reopened sessions. - Returned items. | @@ -22,10 +22,10 @@ ```ruby require 'TalonOne' instance = TalonOne::AudienceCustomer.new(id: 6, - created: null, + created: 2020-02-07T08:15:22Z, integration_id: URNGV8294NV, attributes: {"Language":"english","ShippingCountry":"DE"}, account_id: 31, closed_sessions: 3, total_sales: 299.99,