Sha256: f6ff637082c7a5092bea7172e7792fb0d2cd5a517e51957bf502dd21af06f303
Contents?: true
Size: 407 Bytes
Versions: 196
Compression:
Stored size: 407 Bytes
Contents
# UltracartClient::CartResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cart** | [**Cart**](Cart.md) | | [optional] | | **errors** | **Array<String>** | Errors that should be displayed to the customer | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartResponse.new( cart: null, errors: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems