Class: ActiveNetsuite::ChargeSearchBasic

Inherits:
SearchRecordBasic show all
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

Instance Method Summary collapse

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

#amountObject

Returns the value of attribute amount.



31262
31263
31264
# File 'lib/activenetsuite/soap/default.rb', line 31262

def amount
  @amount
end

#billingItemObject

Returns the value of attribute billingItem.



31263
31264
31265
# File 'lib/activenetsuite/soap/default.rb', line 31263

def billingItem
  @billingItem
end

#billToObject

Returns the value of attribute billTo.



31264
31265
31266
# File 'lib/activenetsuite/soap/default.rb', line 31264

def billTo
  @billTo
end

#chargeDateObject

Returns the value of attribute chargeDate.



31265
31266
31267
# File 'lib/activenetsuite/soap/default.rb', line 31265

def chargeDate
  @chargeDate
end

#chargeTypeObject

Returns the value of attribute chargeType.



31266
31267
31268
# File 'lib/activenetsuite/soap/default.rb', line 31266

def chargeType
  @chargeType
end

#createdDateObject

Returns the value of attribute createdDate.



31267
31268
31269
# File 'lib/activenetsuite/soap/default.rb', line 31267

def createdDate
  @createdDate
end

#currencyObject

Returns the value of attribute currency.



31268
31269
31270
# File 'lib/activenetsuite/soap/default.rb', line 31268

def currency
  @currency
end

#customFieldListObject

Returns the value of attribute customFieldList.



31283
31284
31285
# File 'lib/activenetsuite/soap/default.rb', line 31283

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



31269
31270
31271
# File 'lib/activenetsuite/soap/default.rb', line 31269

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



31270
31271
31272
# File 'lib/activenetsuite/soap/default.rb', line 31270

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



31271
31272
31273
# File 'lib/activenetsuite/soap/default.rb', line 31271

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



31272
31273
31274
# File 'lib/activenetsuite/soap/default.rb', line 31272

def internalIdNumber
  @internalIdNumber
end

#modifiedDateObject

Returns the value of attribute modifiedDate.



31273
31274
31275
# File 'lib/activenetsuite/soap/default.rb', line 31273

def modifiedDate
  @modifiedDate
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



31274
31275
31276
# File 'lib/activenetsuite/soap/default.rb', line 31274

def postingPeriod
  @postingPeriod
end

#postingPeriodRelativeObject

Returns the value of attribute postingPeriodRelative.



31275
31276
31277
# File 'lib/activenetsuite/soap/default.rb', line 31275

def postingPeriodRelative
  @postingPeriodRelative
end

#quantityObject

Returns the value of attribute quantity.



31276
31277
31278
# File 'lib/activenetsuite/soap/default.rb', line 31276

def quantity
  @quantity
end

#rateObject

Returns the value of attribute rate.



31277
31278
31279
# File 'lib/activenetsuite/soap/default.rb', line 31277

def rate
  @rate
end

#ruleObject

Returns the value of attribute rule.



31278
31279
31280
# File 'lib/activenetsuite/soap/default.rb', line 31278

def rule
  @rule
end

#runIdObject

Returns the value of attribute runId.



31279
31280
31281
# File 'lib/activenetsuite/soap/default.rb', line 31279

def runId
  @runId
end

#salesOrderObject

Returns the value of attribute salesOrder.



31280
31281
31282
# File 'lib/activenetsuite/soap/default.rb', line 31280

def salesOrder
  @salesOrder
end

#stageObject

Returns the value of attribute stage.



31281
31282
31283
# File 'lib/activenetsuite/soap/default.rb', line 31281

def stage
  @stage
end

#useObject

Returns the value of attribute use.



31282
31283
31284
# File 'lib/activenetsuite/soap/default.rb', line 31282

def use
  @use
end