Sha256: 4f88411443ab6048183c46cda50cbc8876bd80011b2638af59fb410612561f2a
Contents?: true
Size: 783 Bytes
Versions: 4
Compression:
Stored size: 783 Bytes
Contents
# TalonOne::IntegrationRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **customer_session** | [**NewCustomerSessionV2**](NewCustomerSessionV2.md) | | **response_content** | **Array<String>** | Optional list of requested information to be present on the response related to the customer session update. Currently supported: \"customerSession\", \"customerProfile\", \"coupons\", \"triggeredCampaigns\", \"referral\", \"loyalty\" and \"event\". | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::IntegrationRequest.new(customer_session: null, response_content: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.2.0 | docs/IntegrationRequest.md |
talon_one-2.1.1 | docs/IntegrationRequest.md |
talon_one-2.1.0 | docs/IntegrationRequest.md |
talon_one-2.0.0 | docs/IntegrationRequest.md |