Sha256: 2384da88b039630fb2c18132ac8f8d1c81f30a8611d2087fb99240f3cc16c059
Contents?: true
Size: 647 Bytes
Versions: 196
Compression:
Stored size: 647 Bytes
Contents
# UltracartClient::WebhookResponse ## 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** | [**Webhook**](Webhook.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::WebhookResponse.new( error: null, metadata: null, success: null, warning: null, webhook: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems