| 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] |
require 'ultracart_api'
instance = UltracartClient::OrderPageViewHistoryResponse.new(
error: null,
metadata: null,
page_views: null,
referrer: null,
success: null,
warning: null
)