Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 469 Bytes

File metadata and controls

20 lines (14 loc) · 469 Bytes

UltracartClient::CartProfileRegisterResponse

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::CartProfileRegisterResponse.new(
  cart: null,
  errors: null
)