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