| Name | Type | Description | Notes |
|---|---|---|---|
| cart | Cart | [optional] | |
| errors | Array<String> | Errors that should be displayed to the customer | [optional] |
require 'ultracart_api'
instance = UltracartClient::CartResponse.new(
cart: null,
errors: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| cart | Cart | [optional] | |
| errors | Array<String> | Errors that should be displayed to the customer | [optional] |
require 'ultracart_api'
instance = UltracartClient::CartResponse.new(
cart: null,
errors: null
)