Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 902 Bytes

File metadata and controls

28 lines (22 loc) · 902 Bytes

UltracartClient::OrderPageViewHistoryResponse

Properties

Name Type Description Notes
error Error [optional]
metadata ResponseMetadata [optional]
page_views Array<OrderPageView> Page views captured during the session that placed this order [optional]
referrer String HTTP referrer captured at the start of the session that placed this order [optional]
success Boolean Indicates if API call was successful [optional]
warning Warning [optional]

Example

require 'ultracart_api'

instance = UltracartClient::OrderPageViewHistoryResponse.new(
  error: null,
  metadata: null,
  page_views: null,
  referrer: null,
  success: null,
  warning: null
)