Class: ChannelAdvisor::ShippingServiceSOAP::FullShipmentContents
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::FullShipmentContents
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
/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
Returns a new instance of FullShipmentContents.
259 260 261 262 263 264 265 266 267 268 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 259 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.
251 252 253 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 251 def carrierCode @carrierCode end |
#classCode ⇒ Object
Returns the value of attribute classCode.
252 253 254 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 252 def classCode @classCode end |
#dateShippedGMT ⇒ Object
Returns the value of attribute dateShippedGMT.
250 251 252 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 250 def dateShippedGMT @dateShippedGMT end |
#insuranceCost ⇒ Object
Returns the value of attribute insuranceCost.
257 258 259 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 257 def insuranceCost @insuranceCost end |
#sellerFulfillmentID ⇒ Object
Returns the value of attribute sellerFulfillmentID.
254 255 256 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 254 def sellerFulfillmentID @sellerFulfillmentID end |
#shipmentCost ⇒ Object
Returns the value of attribute shipmentCost.
255 256 257 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 255 def shipmentCost @shipmentCost end |
#shipmentTaxCost ⇒ Object
Returns the value of attribute shipmentTaxCost.
256 257 258 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 256 def shipmentTaxCost @shipmentTaxCost end |
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber.
253 254 255 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 253 def trackingNumber @trackingNumber end |