Sha256: 3e233aa29dba8769531b1b281d9a8c688bfc49d7da8e2ec039a570ff0feeb1db
Contents?: true
Size: 733 Bytes
Versions: 198
Compression:
Stored size: 733 Bytes
Contents
# UltracartClient::CartFinalizeOrderResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **errors** | **Array<String>** | Error messages if the order could not be completed | [optional] | | **next_cart** | [**Cart**](Cart.md) | | [optional] | | **order** | [**Order**](Order.md) | | [optional] | | **order_id** | **String** | Order ID assigned to the order | [optional] | | **successful** | **Boolean** | True if the cart was converted successfully to an order | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartFinalizeOrderResponse.new( errors: null, next_cart: null, order: null, order_id: null, successful: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems