Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 772 Bytes

File metadata and controls

28 lines (22 loc) · 772 Bytes

UltracartClient::ScreenRecordingResponse

Properties

Name Type Description Notes
checkout_only Boolean [optional]
error Error [optional]
metadata ResponseMetadata [optional]
screen_recording ScreenRecording [optional]
success Boolean Indicates if API call was successful [optional]
warning Warning [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ScreenRecordingResponse.new(
  checkout_only: null,
  error: null,
  metadata: null,
  screen_recording: null,
  success: null,
  warning: null
)