Sha256: fd3ded90a226dfbce77301bca33e3ea14b818a4f6409695c8ccd3d01af48f01f
Contents?: true
Size: 706 Bytes
Versions: 196
Compression:
Stored size: 706 Bytes
Contents
# UltracartClient::CartUpsellAfter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **finalize_after_dts** | **String** | The date/time after which the cart will finalize into an order. | [optional] | | **finalize_after_minutes** | **Integer** | The amount of inactivity in minutes after which the cart should be finalized into an order. This will calculate the finalize_after_dts field. | [optional] | | **upsell_path_code** | **String** | Upsell path code | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartUpsellAfter.new( finalize_after_dts: null, finalize_after_minutes: null, upsell_path_code: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems