Sha256: f9f7749e48392927501e2954c7f99a2415e576b64f362fe4a1d375ab45f4c75c
Contents?: true
Size: 652 Bytes
Versions: 196
Compression:
Stored size: 652 Bytes
Contents
# UltracartClient::ItemRealtimePricing ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **realtime_pricing_parameter** | **String** | Real-time pricing provider parameters | [optional] | | **realtime_pricing_provider** | **String** | Real-time pricing provider name | [optional] | | **realtime_pricing_provider_oid** | **Integer** | Real-time pricing provide object identifier | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemRealtimePricing.new( realtime_pricing_parameter: null, realtime_pricing_provider: null, realtime_pricing_provider_oid: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems