class ActiveNetsuite::LandedCostSummary

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

category - ActiveNetsuite::RecordRef
amount - SOAP::SOAPDouble
source - ActiveNetsuite::LandedCostSource
transaction - ActiveNetsuite::RecordRef

Attributes

amount[RW]
category[RW]
source[RW]
transaction[RW]

Public Class Methods

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