class ActiveNetsuite::LandedCost

{urn:common_2013_2.platform.webservices.netsuite.com}LandedCost

nullFieldList - ActiveNetsuite::NullField
landedCostDataList - ActiveNetsuite::LandedCostDataList

Attributes

landedCostDataList[RW]
nullFieldList[RW]

Public Class Methods

new(nullFieldList = nil, landedCostDataList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 200
def initialize(nullFieldList = nil, landedCostDataList = nil)
  @nullFieldList = nullFieldList
  @landedCostDataList = landedCostDataList
end