Sha256: bea4fa604257e312beecb2b159816ad377d588992737cb8ee07567dbd2c68a6a
Contents?: true
Size: 430 Bytes
Versions: 26
Compression:
Stored size: 430 Bytes
Contents
# UltracartClient::WorkflowAgentAuth ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **jwt** | **String** | | [optional] | | **merchant_id** | **String** | | [optional] | | **websocket_url** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::WorkflowAgentAuth.new( jwt: null, merchant_id: null, websocket_url: null ) ```
Version data entries
26 entries across 26 versions & 1 rubygems