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