Sha256: 1a6f7d8b85ffd4223d25a041b1abb68118101a9cdbad8a63bc9bd82141455443
Contents?: true
Size: 889 Bytes
Versions: 196
Compression:
Stored size: 889 Bytes
Contents
# UltracartClient::CartBuysafe ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bond_available** | **Boolean** | True if buySAFE is willing to bond the order | [optional] | | **bond_cost** | [**Currency**](Currency.md) | | [optional] | | **bond_free** | **Boolean** | True if the bond is free (merchant paying for it) | [optional] | | **bond_wanted** | **Boolean** | True if the customer wants the bond | [optional] | | **cart_display_text** | **String** | Recommend text to display to the customer | [optional] | | **cart_display_url** | **String** | URL associated with the recommended text | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartBuysafe.new( bond_available: null, bond_cost: null, bond_free: null, bond_wanted: null, cart_display_text: null, cart_display_url: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems