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