Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 504 Bytes

File metadata and controls

24 lines (18 loc) · 504 Bytes

UltracartClient::CustomReportExecutionParameter

Properties

Name Type Description Notes
name String [optional]
quick_pick_key String [optional]
type String [optional]
value String [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CustomReportExecutionParameter.new(
  name: null,
  quick_pick_key: null,
  type: null,
  value: null
)