class ActiveNetsuite::VendorCredit

{urn:purchases_2013_2.transactions.webservices.netsuite.com}VendorCredit

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
account - ActiveNetsuite::RecordRef
unApplied - SOAP::SOAPDouble
autoApply - SOAP::SOAPBoolean
applied - SOAP::SOAPDouble
tranId - SOAP::SOAPString
createdFrom - ActiveNetsuite::RecordRef
entity - ActiveNetsuite::RecordRef
total - SOAP::SOAPDouble
userTotal - SOAP::SOAPDouble
currency - ActiveNetsuite::RecordRef
currencyName - SOAP::SOAPString
tranDate - SOAP::SOAPDateTime
exchangeRate - SOAP::SOAPDouble
postingPeriod - ActiveNetsuite::RecordRef
memo - SOAP::SOAPString
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
expenseList - ActiveNetsuite::VendorCreditExpenseList
itemList - ActiveNetsuite::VendorCreditItemList
applyList - ActiveNetsuite::VendorCreditApplyList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

account[RW]
applied[RW]
applyList[RW]
autoApply[RW]
createdDate[RW]
createdFrom[RW]
currency[RW]
currencyName[RW]
customFieldList[RW]
customForm[RW]
department[RW]
entity[RW]
exchangeRate[RW]
expenseList[RW]
itemList[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
postingPeriod[RW]
subsidiary[RW]
total[RW]
tranDate[RW]
tranId[RW]
unApplied[RW]
userTotal[RW]

Public Class Methods

new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, account = nil, unApplied = nil, autoApply = nil, applied = nil, tranId = nil, createdFrom = nil, entity = nil, total = nil, userTotal = nil, currency = nil, currencyName = nil, tranDate = nil, exchangeRate = nil, postingPeriod = nil, memo = nil, department = nil, v_class = nil, location = nil, subsidiary = nil, expenseList = nil, itemList = nil, applyList = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16307
def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, account = nil, unApplied = nil, autoApply = nil, applied = nil, tranId = nil, createdFrom = nil, entity = nil, total = nil, userTotal = nil, currency = nil, currencyName = nil, tranDate = nil, exchangeRate = nil, postingPeriod = nil, memo = nil, department = nil, v_class = nil, location = nil, subsidiary = nil, expenseList = nil, itemList = nil, applyList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @account = account
  @unApplied = unApplied
  @autoApply = autoApply
  @applied = applied
  @tranId = tranId
  @createdFrom = createdFrom
  @entity = entity
  @total = total
  @userTotal = userTotal
  @currency = currency
  @currencyName = currencyName
  @tranDate = tranDate
  @exchangeRate = exchangeRate
  @postingPeriod = postingPeriod
  @memo = memo
  @department = department
  @v_class = v_class
  @location = location
  @subsidiary = subsidiary
  @expenseList = expenseList
  @itemList = itemList
  @applyList = applyList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16287
def __xmlattr
  @__xmlattr ||= {}
end
m_class() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16279
def m_class
  @v_class
end
m_class=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16283
def m_class=(value)
  @v_class = value
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16299
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16303
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16291
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16295
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end