Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 353 Bytes

File metadata and controls

20 lines (14 loc) · 353 Bytes

UltracartClient::WebhookReflow

Properties

Name Type Description Notes
event_name String [optional]
queued Boolean [optional]

Example

require 'ultracart_api'

instance = UltracartClient::WebhookReflow.new(
  event_name: null,
  queued: null
)