Sha256: b25901bb74f801881118f430bb556194e6fcfdfa37d5339237619073910f91c1
Contents?: true
Size: 509 Bytes
Versions: 198
Compression:
Stored size: 509 Bytes
Contents
# 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 ```ruby require 'ultracart_api' instance = UltracartClient::WebhookLogSummary.new( delivery_dts: null, request_id: null, success: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems