Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 521 Bytes

File metadata and controls

24 lines (18 loc) · 521 Bytes

UltracartClient::ReportAuth

Properties

Name Type Description Notes
client_uuid String Unique UUID assigned to this client [optional]
jwt String [optional]
merchant_id String [optional]
websocket_url String [optional]

Example

require 'ultracart_api'

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