Sha256: 75c43ae5990a0b328025a743b81e1de0243b13ed4c2cca0372aafd2916d4a897
Contents?: true
Size: 732 Bytes
Versions: 196
Compression:
Stored size: 732 Bytes
Contents
# UltracartClient::RegisterAffiliateClickResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cookie_max_age** | **Integer** | The cookie max age to use | [optional] | | **cookie_names** | **Array<String>** | The names of all the cookies to set on the browser | [optional] | | **cookie_values** | **Array<String>** | The values of all the cookies to set on the browser | [optional] | | **registered** | **Boolean** | True if a click was registered | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::RegisterAffiliateClickResponse.new( cookie_max_age: null, cookie_names: null, cookie_values: null, registered: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems