Class: ActiveNetsuite::ChargeSearchBasic
- Inherits:
-
SearchRecordBasic
- Object
- SearchRecord
- SearchRecordBasic
- ActiveNetsuite::ChargeSearchBasic
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comChargeSearchBasic
amount - ActiveNetsuite::SearchDoubleField
billingItem - ActiveNetsuite::SearchMultiSelectField
billTo - ActiveNetsuite::SearchMultiSelectField
chargeDate - ActiveNetsuite::SearchDateField
chargeType - ActiveNetsuite::SearchEnumMultiSelectField
createdDate - ActiveNetsuite::SearchDateField
currency - ActiveNetsuite::SearchMultiSelectField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
modifiedDate - ActiveNetsuite::SearchDateField
postingPeriod - ActiveNetsuite::RecordRef
postingPeriodRelative - ActiveNetsuite::PostingPeriodDate
quantity - ActiveNetsuite::SearchDoubleField
rate - ActiveNetsuite::SearchDoubleField
rule - ActiveNetsuite::SearchMultiSelectField
runId - ActiveNetsuite::SearchStringField
salesOrder - ActiveNetsuite::SearchLongField
stage - ActiveNetsuite::SearchEnumMultiSelectField
use - ActiveNetsuite::SearchEnumMultiSelectField
customFieldList - ActiveNetsuite::SearchCustomFieldList
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#billingItem ⇒ Object
Returns the value of attribute billingItem.
-
#billTo ⇒ Object
Returns the value of attribute billTo.
-
#chargeDate ⇒ Object
Returns the value of attribute chargeDate.
-
#chargeType ⇒ Object
Returns the value of attribute chargeType.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#externalIdString ⇒ Object
Returns the value of attribute externalIdString.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
-
#modifiedDate ⇒ Object
Returns the value of attribute modifiedDate.
-
#postingPeriod ⇒ Object
Returns the value of attribute postingPeriod.
-
#postingPeriodRelative ⇒ Object
Returns the value of attribute postingPeriodRelative.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#runId ⇒ Object
Returns the value of attribute runId.
-
#salesOrder ⇒ Object
Returns the value of attribute salesOrder.
-
#stage ⇒ Object
Returns the value of attribute stage.
-
#use ⇒ Object
Returns the value of attribute use.
Instance Method Summary collapse
-
#initialize(amount = nil, billingItem = nil, billTo = nil, chargeDate = nil, chargeType = nil, createdDate = nil, currency = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, modifiedDate = nil, postingPeriod = nil, postingPeriodRelative = nil, quantity = nil, rate = nil, rule = nil, runId = nil, salesOrder = nil, stage = nil, use = nil, customFieldList = nil) ⇒ ChargeSearchBasic
constructor
A new instance of ChargeSearchBasic.
Methods inherited from SearchRecord
#active, #each, #find_by, #inactive, #response, #to_a, #where
Constructor Details
#initialize(amount = nil, billingItem = nil, billTo = nil, chargeDate = nil, chargeType = nil, createdDate = nil, currency = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, modifiedDate = nil, postingPeriod = nil, postingPeriodRelative = nil, quantity = nil, rate = nil, rule = nil, runId = nil, salesOrder = nil, stage = nil, use = nil, customFieldList = nil) ⇒ ChargeSearchBasic
Returns a new instance of ChargeSearchBasic.
31285 31286 31287 31288 31289 31290 31291 31292 31293 31294 31295 31296 31297 31298 31299 31300 31301 31302 31303 31304 31305 31306 31307 31308 |
# File 'lib/activenetsuite/soap/default.rb', line 31285 def initialize(amount = nil, billingItem = nil, billTo = nil, chargeDate = nil, chargeType = nil, createdDate = nil, currency = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, modifiedDate = nil, postingPeriod = nil, postingPeriodRelative = nil, quantity = nil, rate = nil, rule = nil, runId = nil, salesOrder = nil, stage = nil, use = nil, customFieldList = nil) @amount = amount @billingItem = billingItem @billTo = billTo @chargeDate = chargeDate @chargeType = chargeType @createdDate = createdDate @currency = currency @externalId = externalId @externalIdString = externalIdString @internalId = internalId @internalIdNumber = internalIdNumber @modifiedDate = modifiedDate @postingPeriod = postingPeriod @postingPeriodRelative = postingPeriodRelative @quantity = quantity @rate = rate @rule = rule @runId = runId @salesOrder = salesOrder @stage = stage @use = use @customFieldList = customFieldList end |
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
31262 31263 31264 |
# File 'lib/activenetsuite/soap/default.rb', line 31262 def amount @amount end |
#billingItem ⇒ Object
Returns the value of attribute billingItem.
31263 31264 31265 |
# File 'lib/activenetsuite/soap/default.rb', line 31263 def billingItem @billingItem end |
#billTo ⇒ Object
Returns the value of attribute billTo.
31264 31265 31266 |
# File 'lib/activenetsuite/soap/default.rb', line 31264 def billTo @billTo end |
#chargeDate ⇒ Object
Returns the value of attribute chargeDate.
31265 31266 31267 |
# File 'lib/activenetsuite/soap/default.rb', line 31265 def chargeDate @chargeDate end |
#chargeType ⇒ Object
Returns the value of attribute chargeType.
31266 31267 31268 |
# File 'lib/activenetsuite/soap/default.rb', line 31266 def chargeType @chargeType end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
31267 31268 31269 |
# File 'lib/activenetsuite/soap/default.rb', line 31267 def createdDate @createdDate end |
#currency ⇒ Object
Returns the value of attribute currency.
31268 31269 31270 |
# File 'lib/activenetsuite/soap/default.rb', line 31268 def currency @currency end |
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
31283 31284 31285 |
# File 'lib/activenetsuite/soap/default.rb', line 31283 def customFieldList @customFieldList end |
#externalId ⇒ Object
Returns the value of attribute externalId.
31269 31270 31271 |
# File 'lib/activenetsuite/soap/default.rb', line 31269 def externalId @externalId end |
#externalIdString ⇒ Object
Returns the value of attribute externalIdString.
31270 31271 31272 |
# File 'lib/activenetsuite/soap/default.rb', line 31270 def externalIdString @externalIdString end |
#internalId ⇒ Object
Returns the value of attribute internalId.
31271 31272 31273 |
# File 'lib/activenetsuite/soap/default.rb', line 31271 def internalId @internalId end |
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
31272 31273 31274 |
# File 'lib/activenetsuite/soap/default.rb', line 31272 def internalIdNumber @internalIdNumber end |
#modifiedDate ⇒ Object
Returns the value of attribute modifiedDate.
31273 31274 31275 |
# File 'lib/activenetsuite/soap/default.rb', line 31273 def modifiedDate @modifiedDate end |
#postingPeriod ⇒ Object
Returns the value of attribute postingPeriod.
31274 31275 31276 |
# File 'lib/activenetsuite/soap/default.rb', line 31274 def postingPeriod @postingPeriod end |
#postingPeriodRelative ⇒ Object
Returns the value of attribute postingPeriodRelative.
31275 31276 31277 |
# File 'lib/activenetsuite/soap/default.rb', line 31275 def postingPeriodRelative @postingPeriodRelative end |
#quantity ⇒ Object
Returns the value of attribute quantity.
31276 31277 31278 |
# File 'lib/activenetsuite/soap/default.rb', line 31276 def quantity @quantity end |
#rate ⇒ Object
Returns the value of attribute rate.
31277 31278 31279 |
# File 'lib/activenetsuite/soap/default.rb', line 31277 def rate @rate end |
#rule ⇒ Object
Returns the value of attribute rule.
31278 31279 31280 |
# File 'lib/activenetsuite/soap/default.rb', line 31278 def rule @rule end |
#runId ⇒ Object
Returns the value of attribute runId.
31279 31280 31281 |
# File 'lib/activenetsuite/soap/default.rb', line 31279 def runId @runId end |
#salesOrder ⇒ Object
Returns the value of attribute salesOrder.
31280 31281 31282 |
# File 'lib/activenetsuite/soap/default.rb', line 31280 def salesOrder @salesOrder end |
#stage ⇒ Object
Returns the value of attribute stage.
31281 31282 31283 |
# File 'lib/activenetsuite/soap/default.rb', line 31281 def stage @stage end |
#use ⇒ Object
Returns the value of attribute use.
31282 31283 31284 |
# File 'lib/activenetsuite/soap/default.rb', line 31282 def use @use end |