Class: ChannelAdvisor::OrderServiceSOAP::OrderUpdateSubmit

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

Overview

/OrderUpdateSubmit

orderID - SOAP::SOAPInt
flagStyle - ChannelAdvisor::OrderServiceSOAP::FlagType
flagDescription - SOAP::SOAPString
transactionNotes - ChannelAdvisor::OrderServiceSOAP::TransactionNoteSubmit
orderStatusUpdate - ChannelAdvisor::OrderServiceSOAP::OrderStatusUpdateSubmit

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(orderID = nil, flagStyle = nil, flagDescription = nil, transactionNotes = nil, orderStatusUpdate = nil) ⇒ OrderUpdateSubmit

Returns a new instance of OrderUpdateSubmit.



183
184
185
186
187
188
189
# File 'lib/channel_advisor/order_service/types.rb', line 183

def initialize(orderID = nil, flagStyle = nil, flagDescription = nil, transactionNotes = nil, orderStatusUpdate = nil)
  @orderID = orderID
  @flagStyle = flagStyle
  @flagDescription = flagDescription
  @transactionNotes = transactionNotes
  @orderStatusUpdate = orderStatusUpdate
end

Instance Attribute Details

#flagDescriptionObject

Returns the value of attribute flagDescription.



179
180
181
# File 'lib/channel_advisor/order_service/types.rb', line 179

def flagDescription
  @flagDescription
end

#flagStyleObject

Returns the value of attribute flagStyle.



178
179
180
# File 'lib/channel_advisor/order_service/types.rb', line 178

def flagStyle
  @flagStyle
end

#orderIDObject

Returns the value of attribute orderID.



177
178
179
# File 'lib/channel_advisor/order_service/types.rb', line 177

def orderID
  @orderID
end

#orderStatusUpdateObject

Returns the value of attribute orderStatusUpdate.



181
182
183
# File 'lib/channel_advisor/order_service/types.rb', line 181

def orderStatusUpdate
  @orderStatusUpdate
end

#transactionNotesObject

Returns the value of attribute transactionNotes.



180
181
182
# File 'lib/channel_advisor/order_service/types.rb', line 180

def transactionNotes
  @transactionNotes
end