| Name | Type | Description | Notes |
|---|---|---|---|
| cart | Cart | [optional] | |
| errors | Array<String> | Errors to display to the customer if they failed any of the validations checked | [optional] |
require 'ultracart_api'
instance = UltracartClient::CartValidationResponse.new(
cart: null,
errors: null
)