Sha256: ce52ea3ad6a03a9ea760bd7e46617b19dbfea4cca12566f5848575fb3048c6a9
Contents?: true
Size: 464 Bytes
Versions: 196
Compression:
Stored size: 464 Bytes
Contents
# 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 ```ruby require 'ultracart_api' instance = UltracartClient::CartAffirmCheckoutResponse.new( checkout_json: null, errors: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems