Method: ActiveNetsuite::ItemReceipt#initialize
- Defined in:
- lib/activenetsuite/soap/default.rb
#initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, exchangeRate = nil, entity = nil, currencyName = nil, subsidiary = nil, createdFrom = nil, tranDate = nil, partner = nil, postingPeriod = nil, tranId = nil, memo = nil, currency = nil, landedCostMethod = nil, landedCostPerLine = nil, itemList = nil, expenseList = nil, landedCostsList = nil, customFieldList = nil) ⇒ ItemReceipt
Returns a new instance of ItemReceipt.
16062 16063 16064 16065 16066 16067 16068 16069 16070 16071 16072 16073 16074 16075 16076 16077 16078 16079 16080 16081 16082 16083 16084 16085 |
# File 'lib/activenetsuite/soap/default.rb', line 16062 def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, exchangeRate = nil, entity = nil, currencyName = nil, subsidiary = nil, createdFrom = nil, tranDate = nil, partner = nil, postingPeriod = nil, tranId = nil, memo = nil, currency = nil, landedCostMethod = nil, landedCostPerLine = nil, itemList = nil, expenseList = nil, landedCostsList = nil, customFieldList = nil) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @exchangeRate = exchangeRate @entity = entity @currencyName = currencyName @subsidiary = subsidiary @createdFrom = createdFrom @tranDate = tranDate @partner = partner @postingPeriod = postingPeriod @tranId = tranId @memo = memo @currency = currency @landedCostMethod = landedCostMethod @landedCostPerLine = landedCostPerLine @itemList = itemList @expenseList = expenseList @landedCostsList = landedCostsList @customFieldList = customFieldList @__xmlattr = {} end |