Sha256: b7b2c9d8ff1ce5350a59d992714370f5498000a8fdc13064b29d782707712a2d
Contents?: true
Size: 923 Bytes
Versions: 196
Compression:
Stored size: 923 Bytes
Contents
# UltracartClient::AffiliateClickQuery ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **affiliate_link_oid** | **Integer** | Unique object identifier for for the link that this click is associated with | [optional] | | **affiliate_oid** | **Integer** | Affiliate ID associated with the click | [optional] | | **click_dts_begin** | **String** | Minimum click date/time to return | [optional] | | **click_dts_end** | **String** | Maximum click date/time to return | [optional] | | **ip_address** | **String** | IP address that generated the click | [optional] | | **sub_id** | **String** | Sub ID value passed on the click | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AffiliateClickQuery.new( affiliate_link_oid: null, affiliate_oid: null, click_dts_begin: null, click_dts_end: null, ip_address: null, sub_id: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems