Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 732 Bytes

File metadata and controls

24 lines (18 loc) · 732 Bytes

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

require 'ultracart_api'

instance = UltracartClient::RegisterAffiliateClickResponse.new(
  cookie_max_age: null,
  cookie_names: null,
  cookie_values: null,
  registered: null
)