class ActiveNetsuite::CashSaleItemCost
{urn:sales_2013_2.transactions.webservices.netsuite.com}CashSaleItemCost
apply - SOAP::SOAPBoolean doc - SOAP::SOAPLong line - SOAP::SOAPLong billedDate - SOAP::SOAPDateTime itemDisp - SOAP::SOAPString memo - SOAP::SOAPString jobDisp - SOAP::SOAPString department - SOAP::SOAPString m_class - SOAP::SOAPString location - SOAP::SOAPString unitDisp - SOAP::SOAPString options - ActiveNetsuite::CustomFieldList itemCostCount - SOAP::SOAPString quantity - SOAP::SOAPString serialNumbers - SOAP::SOAPString cost - SOAP::SOAPDouble amount - SOAP::SOAPDouble revRecSchedule - ActiveNetsuite::RecordRef revRecStartDate - SOAP::SOAPDateTime revRecEndDate - SOAP::SOAPDateTime grossAmt - SOAP::SOAPDouble tax1Amt - SOAP::SOAPDouble taxCode - ActiveNetsuite::RecordRef taxRate1 - SOAP::SOAPDouble taxRate2 - SOAP::SOAPDouble
Attributes
amount[RW]
apply[RW]
billedDate[RW]
cost[RW]
department[RW]
doc[RW]
grossAmt[RW]
itemCostCount[RW]
itemDisp[RW]
jobDisp[RW]
line[RW]
location[RW]
memo[RW]
options[RW]
quantity[RW]
revRecEndDate[RW]
revRecSchedule[RW]
revRecStartDate[RW]
serialNumbers[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]
unitDisp[RW]
Public Class Methods
new(apply = nil, doc = nil, line = nil, billedDate = nil, itemDisp = nil, memo = nil, jobDisp = nil, department = nil, v_class = nil, location = nil, unitDisp = nil, options = nil, itemCostCount = nil, quantity = nil, serialNumbers = nil, cost = nil, amount = nil, revRecSchedule = nil, revRecStartDate = nil, revRecEndDate = nil, grossAmt = nil, tax1Amt = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55411 def initialize(apply = nil, doc = nil, line = nil, billedDate = nil, itemDisp = nil, memo = nil, jobDisp = nil, department = nil, v_class = nil, location = nil, unitDisp = nil, options = nil, itemCostCount = nil, quantity = nil, serialNumbers = nil, cost = nil, amount = nil, revRecSchedule = nil, revRecStartDate = nil, revRecEndDate = nil, grossAmt = nil, tax1Amt = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil) @apply = apply @doc = doc @line = line @billedDate = billedDate @itemDisp = itemDisp @memo = memo @jobDisp = jobDisp @department = department @v_class = v_class @location = location @unitDisp = unitDisp @options = options @itemCostCount = itemCostCount @quantity = quantity @serialNumbers = serialNumbers @cost = cost @amount = amount @revRecSchedule = revRecSchedule @revRecStartDate = revRecStartDate @revRecEndDate = revRecEndDate @grossAmt = grossAmt @tax1Amt = tax1Amt @taxCode = taxCode @taxRate1 = taxRate1 @taxRate2 = taxRate2 end
Public Instance Methods
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55403 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55407 def m_class=(value) @v_class = value end