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