Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 509 Bytes

File metadata and controls

22 lines (16 loc) · 509 Bytes

UltracartClient::WebhookLogSummary

Properties

Name Type Description Notes
delivery_dts String Date/time of the delivery [optional]
request_id String Request id [optional]
success Boolean True if the notification was successful [optional]

Example

require 'ultracart_api'

instance = UltracartClient::WebhookLogSummary.new(
  delivery_dts: null,
  request_id: null,
  success: null
)