Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 718 Bytes

File metadata and controls

24 lines (18 loc) · 718 Bytes

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

require 'ultracart_api'

instance = UltracartClient::ItemCheckout.new(
  suppress_buysafe: null,
  terms: null,
  terms_if_auto_order: null,
  terms_translated_text_instance_oid: null
)