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