Sha256: 5efa8e54286ac6dc707f2bfaf44b15a6922737271c269229ded7e57a0a02ba79
Contents?: true
Size: 480 Bytes
Versions: 198
Compression:
Stored size: 480 Bytes
Contents
# UltracartClient::CartSettingsGiftWrap ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cost** | [**Currency**](Currency.md) | | [optional] | | **title** | **String** | Title of the gift wrap | [optional] | | **url** | **String** | URL for the sample of the gift wrap | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartSettingsGiftWrap.new( cost: null, title: null, url: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems