Sha256: 3d03b3410c1e5b49da393330fbbd1fc113a6eb254c6cd3207db5b6495544e88b
Contents?: true
Size: 780 Bytes
Versions: 3
Compression:
Stored size: 780 Bytes
Contents
# TalonOne::IntegrationRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **customer_session** | [**NewCustomerSessionV2**](NewCustomerSessionV2.md) | | **response_content** | **Array<String>** | Extends the response with the chosen data entities. Use this property to get as much data as you need in one _Update customer session_ request instead of sending extra requests to other endpoints. **Note:** To retrieve loyalty card details, your request must include a loyalty card ID. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::IntegrationRequest.new(customer_session: null, response_content: [customerSession, customerProfile]) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/IntegrationRequest.md |
talon_one-6.0.0 | docs/IntegrationRequest.md |
talon_one-5.0.0 | docs/IntegrationRequest.md |