Class: ActiveNetsuite::ItemSupplyPlanOrder

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:demandplanning_2013_2urn:demandplanning_2013_2.transactionsurn:demandplanning_2013_2.transactions.webservicesurn:demandplanning_2013_2.transactions.webservices.netsuiteurn:demandplanning_2013_2.transactions.webservices.netsuite.comItemSupplyPlanOrder

orderLineId - SOAP::SOAPLong
orderDate - SOAP::SOAPDateTime
receiptDate - SOAP::SOAPDateTime
quantity - SOAP::SOAPDouble
orderCreated - SOAP::SOAPBoolean
orderType - ActiveNetsuite::ItemSupplyPlanOrderType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(orderLineId = nil, orderDate = nil, receiptDate = nil, quantity = nil, orderCreated = nil, orderType = nil) ⇒ ItemSupplyPlanOrder

Returns a new instance of ItemSupplyPlanOrder.



62933
62934
62935
62936
62937
62938
62939
62940
# File 'lib/activenetsuite/soap/default.rb', line 62933

def initialize(orderLineId = nil, orderDate = nil, receiptDate = nil, quantity = nil, orderCreated = nil, orderType = nil)
  @orderLineId = orderLineId
  @orderDate = orderDate
  @receiptDate = receiptDate
  @quantity = quantity
  @orderCreated = orderCreated
  @orderType = orderType
end

Instance Attribute Details

#orderCreatedObject

Returns the value of attribute orderCreated.



62930
62931
62932
# File 'lib/activenetsuite/soap/default.rb', line 62930

def orderCreated
  @orderCreated
end

#orderDateObject

Returns the value of attribute orderDate.



62927
62928
62929
# File 'lib/activenetsuite/soap/default.rb', line 62927

def orderDate
  @orderDate
end

#orderLineIdObject

Returns the value of attribute orderLineId.



62926
62927
62928
# File 'lib/activenetsuite/soap/default.rb', line 62926

def orderLineId
  @orderLineId
end

#orderTypeObject

Returns the value of attribute orderType.



62931
62932
62933
# File 'lib/activenetsuite/soap/default.rb', line 62931

def orderType
  @orderType
end

#quantityObject

Returns the value of attribute quantity.



62929
62930
62931
# File 'lib/activenetsuite/soap/default.rb', line 62929

def quantity
  @quantity
end

#receiptDateObject

Returns the value of attribute receiptDate.



62928
62929
62930
# File 'lib/activenetsuite/soap/default.rb', line 62928

def receiptDate
  @receiptDate
end