Sha256: 90738508c5e3dd4cb326bc53deb1261a1cde70f9a8e10438678607bc7ba5a4d9
Contents?: true
Size: 718 Bytes
Versions: 196
Compression:
Stored size: 718 Bytes
Contents
# UltracartClient::ItemCheckout ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **suppress_buysafe** | **Boolean** | True to suppress buySAFE (deprecated) | [optional] | | **terms** | **String** | Terms for purchasing this item | [optional] | | **terms_if_auto_order** | **Boolean** | Terms only apply if the item is on auto order | [optional] | | **terms_translated_text_instance_oid** | **Integer** | Terms translated text instance identifier | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemCheckout.new( suppress_buysafe: null, terms: null, terms_if_auto_order: null, terms_translated_text_instance_oid: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems