# 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 ) ```