Sha256: faac2d2836526af89da6585dc0360865070875de8fe5b727ad888a92113e2de1
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 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\", \"awardedGiveaways\" 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.4.0 | docs/IntegrationRequest.md |