Class: ActiveNetsuite::LandedCostData

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

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comLandedCostData

costCategory - ActiveNetsuite::RecordRef
amount - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(costCategory = nil, amount = nil) ⇒ LandedCostData

Returns a new instance of LandedCostData.



49798
49799
49800
49801
# File 'lib/activenetsuite/soap/default.rb', line 49798

def initialize(costCategory = nil, amount = nil)
  @costCategory = costCategory
  @amount = amount
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



49796
49797
49798
# File 'lib/activenetsuite/soap/default.rb', line 49796

def amount
  @amount
end

#costCategoryObject

Returns the value of attribute costCategory.



49795
49796
49797
# File 'lib/activenetsuite/soap/default.rb', line 49795

def costCategory
  @costCategory
end