Sha256: 19c03dddea58d343170b1904b3101e28e3dd35842241463e75a8a10f970fb907
Contents?: true
Size: 835 Bytes
Versions: 196
Compression:
Stored size: 835 Bytes
Contents
# UltracartClient::LibraryItemPurchasedMeta ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **most_recent_version** | **Integer** | The most recent version of the item purchased | [optional] | | **my_purchased_version** | **Integer** | If this is a public item and the merchant has already purchased it, this is their version. If not yet purchased, this will be zero. This value will only be populated during a searchPublicItems() call. | [optional] | | **upgrade_available** | **Boolean** | True if the most recent version of this purchase it greater than what was purchased | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::LibraryItemPurchasedMeta.new( most_recent_version: null, my_purchased_version: null, upgrade_available: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems