Sha256: 78e28b3106543619d66b81651e87fe130db05d363416725a32ff9dbe466f1435
Contents?: true
Size: 532 Bytes
Versions: 196
Compression:
Stored size: 532 Bytes
Contents
# UltracartClient::ChannelPartnerShippingEstimate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **shipping_handling_total** | **Float** | The total estimate for this shipping method based on the provided order. | [optional] | | **shipping_method** | **String** | The name of the shipping method | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ChannelPartnerShippingEstimate.new( shipping_handling_total: null, shipping_method: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems