Class: ChannelAdvisor::ShippingServiceSOAP::FullShipmentContents
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::FullShipmentContents
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
http://api.channeladvisor.com/webservices/FullShipmentContents
dateShippedGMT - SOAP::SOAPDateTime
carrierCode - SOAP::SOAPString
classCode - SOAP::SOAPString
trackingNumber - SOAP::SOAPString
sellerFulfillmentID - SOAP::SOAPString
shipmentCost - SOAP::SOAPDecimal
shipmentTaxCost - SOAP::SOAPDecimal
insuranceCost - SOAP::SOAPDecimal
Instance Attribute Summary collapse
-
#carrierCode ⇒ Object
Returns the value of attribute carrierCode.
-
#classCode ⇒ Object
Returns the value of attribute classCode.
-
#dateShippedGMT ⇒ Object
Returns the value of attribute dateShippedGMT.
-
#insuranceCost ⇒ Object
Returns the value of attribute insuranceCost.
-
#sellerFulfillmentID ⇒ Object
Returns the value of attribute sellerFulfillmentID.
-
#shipmentCost ⇒ Object
Returns the value of attribute shipmentCost.
-
#shipmentTaxCost ⇒ Object
Returns the value of attribute shipmentTaxCost.
-
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber.
Instance Method Summary collapse
-
#initialize(dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil, shipmentCost = nil, shipmentTaxCost = nil, insuranceCost = nil) ⇒ FullShipmentContents
constructor
A new instance of FullShipmentContents.
Constructor Details
#initialize(dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil, shipmentCost = nil, shipmentTaxCost = nil, insuranceCost = nil) ⇒ FullShipmentContents
260 261 262 263 264 265 266 267 268 269 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 260 def initialize(dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil, shipmentCost = nil, shipmentTaxCost = nil, insuranceCost = nil) @dateShippedGMT = dateShippedGMT @carrierCode = carrierCode @classCode = classCode @trackingNumber = trackingNumber @sellerFulfillmentID = sellerFulfillmentID @shipmentCost = shipmentCost @shipmentTaxCost = shipmentTaxCost @insuranceCost = insuranceCost end |
Instance Attribute Details
#carrierCode ⇒ Object
Returns the value of attribute carrierCode
252 253 254 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 252 def carrierCode @carrierCode end |
#classCode ⇒ Object
Returns the value of attribute classCode
253 254 255 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 253 def classCode @classCode end |
#dateShippedGMT ⇒ Object
Returns the value of attribute dateShippedGMT
251 252 253 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 251 def dateShippedGMT @dateShippedGMT end |
#insuranceCost ⇒ Object
Returns the value of attribute insuranceCost
258 259 260 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 258 def insuranceCost @insuranceCost end |
#sellerFulfillmentID ⇒ Object
Returns the value of attribute sellerFulfillmentID
255 256 257 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 255 def sellerFulfillmentID @sellerFulfillmentID end |
#shipmentCost ⇒ Object
Returns the value of attribute shipmentCost
256 257 258 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 256 def shipmentCost @shipmentCost end |
#shipmentTaxCost ⇒ Object
Returns the value of attribute shipmentTaxCost
257 258 259 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 257 def shipmentTaxCost @shipmentTaxCost end |
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber
254 255 256 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 254 def trackingNumber @trackingNumber end |