Sha256: cee302555efb4998597a0043eb89253c7b1097363b2a380deb28853fbb307483
Contents?: true
Size: 469 Bytes
Versions: 196
Compression:
Stored size: 469 Bytes
Contents
# UltracartClient::CartProfileRegisterResponse ## 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::CartProfileRegisterResponse.new( cart: null, errors: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems