Sha256: 80a4fa222b5de21bd17021ae6e66387d4598ceab110555c17383f3bda4b78115
Contents?: true
Size: 804 Bytes
Versions: 198
Compression:
Stored size: 804 Bytes
Contents
# UltracartClient::CartSettings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **billing** | [**CartSettingsBilling**](CartSettingsBilling.md) | | [optional] | | **gift** | [**CartSettingsGift**](CartSettingsGift.md) | | [optional] | | **payment** | [**CartSettingsPayment**](CartSettingsPayment.md) | | [optional] | | **shipping** | [**CartSettingsShipping**](CartSettingsShipping.md) | | [optional] | | **taxes** | [**CartSettingsTaxes**](CartSettingsTaxes.md) | | [optional] | | **terms** | [**CartSettingsTerms**](CartSettingsTerms.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartSettings.new( billing: null, gift: null, payment: null, shipping: null, taxes: null, terms: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems