Class: ChannelAdvisor::ShippingServiceSOAP::PartialShipmentContents

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/shipping_service/types.rb

Overview

/PartialShipmentContents

shipmentContents - ChannelAdvisor::ShippingServiceSOAP::ShipmentContents
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(shipmentContents = nil, dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil, shipmentCost = nil, shipmentTaxCost = nil, insuranceCost = nil) ⇒ PartialShipmentContents

Returns a new instance of PartialShipmentContents.



200
201
202
203
204
205
206
207
208
209
210
# File 'lib/channel_advisor/shipping_service/types.rb', line 200

def initialize(shipmentContents = nil, dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil, shipmentCost = nil, shipmentTaxCost = nil, insuranceCost = nil)
  @shipmentContents = shipmentContents
  @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.



192
193
194
# File 'lib/channel_advisor/shipping_service/types.rb', line 192

def carrierCode
  @carrierCode
end

#classCodeObject

Returns the value of attribute classCode.



193
194
195
# File 'lib/channel_advisor/shipping_service/types.rb', line 193

def classCode
  @classCode
end

#dateShippedGMTObject

Returns the value of attribute dateShippedGMT.



191
192
193
# File 'lib/channel_advisor/shipping_service/types.rb', line 191

def dateShippedGMT
  @dateShippedGMT
end

#insuranceCostObject

Returns the value of attribute insuranceCost.



198
199
200
# File 'lib/channel_advisor/shipping_service/types.rb', line 198

def insuranceCost
  @insuranceCost
end

#sellerFulfillmentIDObject

Returns the value of attribute sellerFulfillmentID.



195
196
197
# File 'lib/channel_advisor/shipping_service/types.rb', line 195

def sellerFulfillmentID
  @sellerFulfillmentID
end

#shipmentContentsObject

Returns the value of attribute shipmentContents.



190
191
192
# File 'lib/channel_advisor/shipping_service/types.rb', line 190

def shipmentContents
  @shipmentContents
end

#shipmentCostObject

Returns the value of attribute shipmentCost.



196
197
198
# File 'lib/channel_advisor/shipping_service/types.rb', line 196

def shipmentCost
  @shipmentCost
end

#shipmentTaxCostObject

Returns the value of attribute shipmentTaxCost.



197
198
199
# File 'lib/channel_advisor/shipping_service/types.rb', line 197

def shipmentTaxCost
  @shipmentTaxCost
end

#trackingNumberObject

Returns the value of attribute trackingNumber.



194
195
196
# File 'lib/channel_advisor/shipping_service/types.rb', line 194

def trackingNumber
  @trackingNumber
end