Sha256: 4c56e567017be9f09d623bb4b731c6a18640f34aa07b26c6b510fd5202ed41e4
Contents?: true
Size: 998 Bytes
Versions: 196
Compression:
Stored size: 998 Bytes
Contents
# UltracartClient::OrderBuysafe ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **buysafe_bond_available** | **Boolean** | True if a buySAFE bond was available for purchase on this order | [optional] | | **buysafe_bond_cost** | [**Currency**](Currency.md) | | [optional] | | **buysafe_bond_free** | **Boolean** | True if the buySAFE bond was free for this order | [optional] | | **buysafe_bond_refunded** | [**Currency**](Currency.md) | | [optional] | | **buysafe_bond_wanted** | **Boolean** | True if the buySAFE bond was wanted by the customer | [optional] | | **buysafe_shopping_cart_id** | **String** | Shopping cart ID associated with the buySAFE bond | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderBuysafe.new( buysafe_bond_available: null, buysafe_bond_cost: null, buysafe_bond_free: null, buysafe_bond_refunded: null, buysafe_bond_wanted: null, buysafe_shopping_cart_id: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems