Class: ChannelAdvisor::ShippingServiceSOAP::FullShipmentContents

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#carrierCodeObject

Returns the value of attribute carrierCode.



251
252
253
# File 'lib/channel_advisor/shipping_service/types.rb', line 251

def carrierCode
  @carrierCode
end

#classCodeObject

Returns the value of attribute classCode.



252
253
254
# File 'lib/channel_advisor/shipping_service/types.rb', line 252

def classCode
  @classCode
end

#dateShippedGMTObject

Returns the value of attribute dateShippedGMT.



250
251
252
# File 'lib/channel_advisor/shipping_service/types.rb', line 250

def dateShippedGMT
  @dateShippedGMT
end

#insuranceCostObject

Returns the value of attribute insuranceCost.



257
258
259
# File 'lib/channel_advisor/shipping_service/types.rb', line 257

def insuranceCost
  @insuranceCost
end

#sellerFulfillmentIDObject

Returns the value of attribute sellerFulfillmentID.



254
255
256
# File 'lib/channel_advisor/shipping_service/types.rb', line 254

def sellerFulfillmentID
  @sellerFulfillmentID
end

#shipmentCostObject

Returns the value of attribute shipmentCost.



255
256
257
# File 'lib/channel_advisor/shipping_service/types.rb', line 255

def shipmentCost
  @shipmentCost
end

#shipmentTaxCostObject

Returns the value of attribute shipmentTaxCost.



256
257
258
# File 'lib/channel_advisor/shipping_service/types.rb', line 256

def shipmentTaxCost
  @shipmentTaxCost
end

#trackingNumberObject

Returns the value of attribute trackingNumber.



253
254
255
# File 'lib/channel_advisor/shipping_service/types.rb', line 253

def trackingNumber
  @trackingNumber
end