Sha256: 10f473437d9ce5d19ed90621ff0470dd1bd673f5d52dd77e1847f03d58d0dd21
Contents?: true
Size: 667 Bytes
Versions: 196
Compression:
Stored size: 667 Bytes
Contents
# UltracartClient::WebhookLogResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | | **webhook_log** | [**WebhookLog**](WebhookLog.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::WebhookLogResponse.new( error: null, metadata: null, success: null, warning: null, webhook_log: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems