Sha256: d73f7fb523a9ccd3d3429b52bb66cc34cb99f6e291f1617e5d0c10495780e3ca
Contents?: true
Size: 494 Bytes
Versions: 203
Compression:
Stored size: 494 Bytes
Contents
# UltracartClient::LibraryItemAccount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **library_item_account_oid** | **Integer** | | [optional] | | **library_item_oid** | **Integer** | | [optional] | | **other_merchant_id** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::LibraryItemAccount.new( library_item_account_oid: null, library_item_oid: null, other_merchant_id: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems