Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

UltracartClient::CartResponse

Properties

Name Type Description Notes
cart Cart [optional]
errors Array<String> Errors that should be displayed to the customer [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CartResponse.new(
  cart: null,
  errors: null
)