Sha256: 65339d2a51e284618e6b6a53426b6d2c8bcc716a201950454c59d213a98e98e2
Contents?: true
Size: 751 Bytes
Versions: 196
Compression:
Stored size: 751 Bytes
Contents
# UltracartClient::CartSettingsGift ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **allow_gifts** | **Boolean** | True if this checkout supports gift giving | [optional] | | **gift_charge** | [**Currency**](Currency.md) | | [optional] | | **gift_wraps** | [**Array<CartSettingsGiftWrap>**](CartSettingsGiftWrap.md) | The gift wraps available for the customer to select from | [optional] | | **max_message_length** | **Integer** | The maximum length of the gift message the giver can enter | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartSettingsGift.new( allow_gifts: null, gift_charge: null, gift_wraps: null, max_message_length: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems