Sha256: e200734ec84885c1a8067ea33a25608665268c738fa41136f84e6b24e2cdf7f2
Contents?: true
Size: 463 Bytes
Versions: 196
Compression:
Stored size: 463 Bytes
Contents
# UltracartClient::CartProfileLoginResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cart** | [**Cart**](Cart.md) | | [optional] | | **errors** | **Array<String>** | Errors to display to the customer if they failed any of the validations checked | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartProfileLoginResponse.new( cart: null, errors: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems