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