class ActiveNetsuite::CashSaleTime
{urn:sales_2013_2.transactions.webservices.netsuite.com}CashSaleTime
apply - SOAP::SOAPBoolean doc - SOAP::SOAPLong line - SOAP::SOAPLong billedDate - SOAP::SOAPDateTime employeeDisp - SOAP::SOAPString itemDisp - SOAP::SOAPString jobDisp - SOAP::SOAPString department - SOAP::SOAPString m_class - SOAP::SOAPString location - SOAP::SOAPString quantity - SOAP::SOAPString rate - SOAP::SOAPDouble unitDisp - SOAP::SOAPString amount - SOAP::SOAPDouble memo - SOAP::SOAPString 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]
department[RW]
doc[RW]
employeeDisp[RW]
grossAmt[RW]
itemDisp[RW]
jobDisp[RW]
line[RW]
location[RW]
memo[RW]
quantity[RW]
rate[RW]
revRecEndDate[RW]
revRecSchedule[RW]
revRecStartDate[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]
unitDisp[RW]
Public Class Methods
new(apply = nil, doc = nil, line = nil, billedDate = nil, employeeDisp = nil, itemDisp = nil, jobDisp = nil, department = nil, v_class = nil, location = nil, quantity = nil, rate = nil, unitDisp = nil, amount = nil, memo = 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 55628 def initialize(apply = nil, doc = nil, line = nil, billedDate = nil, employeeDisp = nil, itemDisp = nil, jobDisp = nil, department = nil, v_class = nil, location = nil, quantity = nil, rate = nil, unitDisp = nil, amount = nil, memo = 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 @employeeDisp = employeeDisp @itemDisp = itemDisp @jobDisp = jobDisp @department = department @v_class = v_class @location = location @quantity = quantity @rate = rate @unitDisp = unitDisp @amount = amount @memo = memo @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 55620 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55624 def m_class=(value) @v_class = value end