Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 459 Bytes

File metadata and controls

20 lines (14 loc) · 459 Bytes

UltracartClient::CartValidationResponse

Properties

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]

Example

require 'ultracart_api'

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