Class: ActiveNetsuite::PaymentItem

Inherits:
Record
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comPaymentItem

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
description - SOAP::SOAPString
paymentMethod - ActiveNetsuite::RecordRef
undepFunds - SOAP::SOAPBoolean
includeChildren - SOAP::SOAPBoolean
issueProduct - ActiveNetsuite::RecordRef
 - ActiveNetsuite::RecordRef
customForm - ActiveNetsuite::RecordRef
itemId - SOAP::SOAPString
displayName - SOAP::SOAPString
isInactive - SOAP::SOAPBoolean
availableToPartners - SOAP::SOAPBoolean
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
subsidiaryList - ActiveNetsuite::RecordRefList
translationsList - ActiveNetsuite::TranslationList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constant Summary collapse

AttrExternalId =
XSD::QName.new(nil, "externalId")
AttrInternalId =
XSD::QName.new(nil, "internalId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, description = nil, paymentMethod = nil, undepFunds = nil, includeChildren = nil, issueProduct = nil, account = nil, customForm = nil, itemId = nil, displayName = nil, isInactive = nil, availableToPartners = nil, department = nil, v_class = nil, location = nil, subsidiaryList = nil, translationsList = nil, customFieldList = nil) ⇒ PaymentItem

Returns a new instance of PaymentItem.



5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
# File 'lib/activenetsuite/soap/default.rb', line 5152

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, description = nil, paymentMethod = nil, undepFunds = nil, includeChildren = nil, issueProduct = nil,  = nil, customForm = nil, itemId = nil, displayName = nil, isInactive = nil, availableToPartners = nil, department = nil, v_class = nil, location = nil, subsidiaryList = nil, translationsList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @description = description
  @paymentMethod = paymentMethod
  @undepFunds = undepFunds
  @includeChildren = includeChildren
  @issueProduct = issueProduct
  @account = 
  @customForm = customForm
  @itemId = itemId
  @displayName = displayName
  @isInactive = isInactive
  @availableToPartners = availableToPartners
  @department = department
  @v_class = v_class
  @location = location
  @subsidiaryList = subsidiaryList
  @translationsList = translationsList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#accountObject

Returns the value of attribute account.



5112
5113
5114
# File 'lib/activenetsuite/soap/default.rb', line 5112

def 
  @account
end

#availableToPartnersObject

Returns the value of attribute availableToPartners.



5117
5118
5119
# File 'lib/activenetsuite/soap/default.rb', line 5117

def availableToPartners
  @availableToPartners
end

#createdDateObject

Returns the value of attribute createdDate.



5105
5106
5107
# File 'lib/activenetsuite/soap/default.rb', line 5105

def createdDate
  @createdDate
end

#customFieldListObject

Returns the value of attribute customFieldList.



5122
5123
5124
# File 'lib/activenetsuite/soap/default.rb', line 5122

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



5113
5114
5115
# File 'lib/activenetsuite/soap/default.rb', line 5113

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



5118
5119
5120
# File 'lib/activenetsuite/soap/default.rb', line 5118

def department
  @department
end

#descriptionObject

Returns the value of attribute description.



5107
5108
5109
# File 'lib/activenetsuite/soap/default.rb', line 5107

def description
  @description
end

#displayNameObject

Returns the value of attribute displayName.



5115
5116
5117
# File 'lib/activenetsuite/soap/default.rb', line 5115

def displayName
  @displayName
end

#includeChildrenObject

Returns the value of attribute includeChildren.



5110
5111
5112
# File 'lib/activenetsuite/soap/default.rb', line 5110

def includeChildren
  @includeChildren
end

#isInactiveObject

Returns the value of attribute isInactive.



5116
5117
5118
# File 'lib/activenetsuite/soap/default.rb', line 5116

def isInactive
  @isInactive
end

#issueProductObject

Returns the value of attribute issueProduct.



5111
5112
5113
# File 'lib/activenetsuite/soap/default.rb', line 5111

def issueProduct
  @issueProduct
end

#itemIdObject

Returns the value of attribute itemId.



5114
5115
5116
# File 'lib/activenetsuite/soap/default.rb', line 5114

def itemId
  @itemId
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



5106
5107
5108
# File 'lib/activenetsuite/soap/default.rb', line 5106

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



5119
5120
5121
# File 'lib/activenetsuite/soap/default.rb', line 5119

def location
  @location
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



5104
5105
5106
# File 'lib/activenetsuite/soap/default.rb', line 5104

def nullFieldList
  @nullFieldList
end

#paymentMethodObject

Returns the value of attribute paymentMethod.



5108
5109
5110
# File 'lib/activenetsuite/soap/default.rb', line 5108

def paymentMethod
  @paymentMethod
end

#subsidiaryListObject

Returns the value of attribute subsidiaryList.



5120
5121
5122
# File 'lib/activenetsuite/soap/default.rb', line 5120

def subsidiaryList
  @subsidiaryList
end

#translationsListObject

Returns the value of attribute translationsList.



5121
5122
5123
# File 'lib/activenetsuite/soap/default.rb', line 5121

def translationsList
  @translationsList
end

#undepFundsObject

Returns the value of attribute undepFunds.



5109
5110
5111
# File 'lib/activenetsuite/soap/default.rb', line 5109

def undepFunds
  @undepFunds
end

Instance Method Details

#__xmlattrObject



5132
5133
5134
# File 'lib/activenetsuite/soap/default.rb', line 5132

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



5124
5125
5126
# File 'lib/activenetsuite/soap/default.rb', line 5124

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



5128
5129
5130
# File 'lib/activenetsuite/soap/default.rb', line 5128

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



5144
5145
5146
# File 'lib/activenetsuite/soap/default.rb', line 5144

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



5148
5149
5150
# File 'lib/activenetsuite/soap/default.rb', line 5148

def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end

#xmlattr_internalIdObject



5136
5137
5138
# File 'lib/activenetsuite/soap/default.rb', line 5136

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



5140
5141
5142
# File 'lib/activenetsuite/soap/default.rb', line 5140

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end