Class: ChannelAdvisor::OrderServiceSOAP::OrderUpdateSubmit
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::OrderUpdateSubmit
- 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
-
#flagDescription ⇒ Object
Returns the value of attribute flagDescription.
-
#flagStyle ⇒ Object
Returns the value of attribute flagStyle.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#orderStatusUpdate ⇒ Object
Returns the value of attribute orderStatusUpdate.
-
#transactionNotes ⇒ Object
Returns the value of attribute transactionNotes.
Instance Method Summary collapse
-
#initialize(orderID = nil, flagStyle = nil, flagDescription = nil, transactionNotes = nil, orderStatusUpdate = nil) ⇒ OrderUpdateSubmit
constructor
A new instance of OrderUpdateSubmit.
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
#flagDescription ⇒ Object
Returns the value of attribute flagDescription.
179 180 181 |
# File 'lib/channel_advisor/order_service/types.rb', line 179 def flagDescription @flagDescription end |
#flagStyle ⇒ Object
Returns the value of attribute flagStyle.
178 179 180 |
# File 'lib/channel_advisor/order_service/types.rb', line 178 def flagStyle @flagStyle end |
#orderID ⇒ Object
Returns the value of attribute orderID.
177 178 179 |
# File 'lib/channel_advisor/order_service/types.rb', line 177 def orderID @orderID end |
#orderStatusUpdate ⇒ Object
Returns the value of attribute orderStatusUpdate.
181 182 183 |
# File 'lib/channel_advisor/order_service/types.rb', line 181 def orderStatusUpdate @orderStatusUpdate end |
#transactionNotes ⇒ Object
Returns the value of attribute transactionNotes.
180 181 182 |
# File 'lib/channel_advisor/order_service/types.rb', line 180 def transactionNotes @transactionNotes end |