Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 464 Bytes

File metadata and controls

20 lines (14 loc) · 464 Bytes

UltracartClient::CartAffirmCheckoutResponse

Properties

Name Type Description Notes
checkout_json String Checkout JSON object [optional]
errors Array<String> Errors that should be displayed to the customer [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CartAffirmCheckoutResponse.new(
  checkout_json: null,
  errors: null
)