Sha256: a55b87a0d90000248b4506a65cef2efb6f95f11840a6b1bd7e94fee64688cef7
Contents?: true
Size: 395 Bytes
Versions: 203
Compression:
Stored size: 395 Bytes
Contents
# UltracartClient::CartSettingsTerms ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **html** | **String** | HTML version of the terms | [optional] | | **text** | **String** | Text version of the terms. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartSettingsTerms.new( html: null, text: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems