Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 430 Bytes

File metadata and controls

22 lines (16 loc) · 430 Bytes

UltracartClient::WorkflowAgentAuth

Properties

Name Type Description Notes
jwt String [optional]
merchant_id String [optional]
websocket_url String [optional]

Example

require 'ultracart_api'

instance = UltracartClient::WorkflowAgentAuth.new(
  jwt: null,
  merchant_id: null,
  websocket_url: null
)