Sha256: 723690bbce88d935dc2bced1543e17250b7cadab7adb82fc86c4378ec002b6da
Contents?: true
Size: 817 Bytes
Versions: 1
Compression:
Stored size: 817 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\", \"event\" and \"ruleFailureReasons\". | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::IntegrationRequest.new(customer_session: null, response_content: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.3.0 | docs/IntegrationRequest.md |