Sha256: 8320a45a5ed0ba9420212dd24e573bcd32848aa9439499d62ef64050e149cf5b
Contents?: true
Size: 701 Bytes
Versions: 203
Compression:
Stored size: 701 Bytes
Contents
# UltracartClient::AffiliateLedgersResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **ledgers** | [**Array<AffiliateLedger>**](AffiliateLedger.md) | ledgers | [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::AffiliateLedgersResponse.new( error: null, ledgers: null, metadata: null, success: null, warning: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems