class ActiveNetsuite::LandedCostData

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

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

Attributes

amount[RW]
costCategory[RW]

Public Class Methods

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