Sha256: e8a6e4b73bccbdac2d272bafca16f504b9929c8c5856ee6a339c4c80c1296244
Contents?: true
Size: 613 Bytes
Versions: 196
Compression:
Stored size: 613 Bytes
Contents
# UltracartClient::CheckoutHandoffResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cart** | [**Cart**](Cart.md) | | [optional] | | **errors** | **Array<String>** | Errors that occurred which are preventing the handoff operation. Display these to the customer. | [optional] | | **redirect_to_url** | **String** | The URL that you should redirect the customers browser to | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CheckoutHandoffResponse.new( cart: null, errors: null, redirect_to_url: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems