Class: ChannelAdvisor::ShippingServiceSOAP::OrderShipped

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

Overview

/OrderShipped

accountID - SOAP::SOAPString
orderID - SOAP::SOAPInt
dateShippedGMT - SOAP::SOAPDateTime
carrierCode - SOAP::SOAPString
classCode - SOAP::SOAPString
trackingNumber - SOAP::SOAPString
sellerFulfillmentID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, orderID = nil, dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil) ⇒ OrderShipped

Returns a new instance of OrderShipped.



419
420
421
422
423
424
425
426
427
# File 'lib/channel_advisor/shipping_service/types.rb', line 419

def initialize(accountID = nil, orderID = nil, dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil)
  @accountID = accountID
  @orderID = orderID
  @dateShippedGMT = dateShippedGMT
  @carrierCode = carrierCode
  @classCode = classCode
  @trackingNumber = trackingNumber
  @sellerFulfillmentID = sellerFulfillmentID
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



411
412
413
# File 'lib/channel_advisor/shipping_service/types.rb', line 411

def accountID
  @accountID
end

#carrierCodeObject

Returns the value of attribute carrierCode.



414
415
416
# File 'lib/channel_advisor/shipping_service/types.rb', line 414

def carrierCode
  @carrierCode
end

#classCodeObject

Returns the value of attribute classCode.



415
416
417
# File 'lib/channel_advisor/shipping_service/types.rb', line 415

def classCode
  @classCode
end

#dateShippedGMTObject

Returns the value of attribute dateShippedGMT.



413
414
415
# File 'lib/channel_advisor/shipping_service/types.rb', line 413

def dateShippedGMT
  @dateShippedGMT
end

#orderIDObject

Returns the value of attribute orderID.



412
413
414
# File 'lib/channel_advisor/shipping_service/types.rb', line 412

def orderID
  @orderID
end

#sellerFulfillmentIDObject

Returns the value of attribute sellerFulfillmentID.



417
418
419
# File 'lib/channel_advisor/shipping_service/types.rb', line 417

def sellerFulfillmentID
  @sellerFulfillmentID
end

#trackingNumberObject

Returns the value of attribute trackingNumber.



416
417
418
# File 'lib/channel_advisor/shipping_service/types.rb', line 416

def trackingNumber
  @trackingNumber
end