Class: ActiveNetsuite::ChargeSearchRowBasic

Inherits:
SearchRowBasic 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.comChargeSearchRowBasic

amount - ActiveNetsuite::SearchColumnDoubleField
billingItem - ActiveNetsuite::SearchColumnSelectField
billTo - ActiveNetsuite::SearchColumnSelectField
chargeDate - ActiveNetsuite::SearchColumnDateField
chargeType - ActiveNetsuite::SearchColumnEnumSelectField
createdDate - ActiveNetsuite::SearchColumnDateField
currency - ActiveNetsuite::SearchColumnSelectField
externalId - ActiveNetsuite::SearchColumnStringField
internalId - ActiveNetsuite::SearchColumnSelectField
modifiedDate - ActiveNetsuite::SearchColumnDateField
postingPeriod - ActiveNetsuite::SearchColumnStringField
quantity - ActiveNetsuite::SearchColumnStringField
rate - ActiveNetsuite::SearchColumnStringField
rule - ActiveNetsuite::SearchColumnSelectField
runId - ActiveNetsuite::SearchColumnStringField
salesOrder - ActiveNetsuite::SearchColumnStringField
stage - ActiveNetsuite::SearchColumnEnumSelectField
use - ActiveNetsuite::SearchColumnEnumSelectField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(amount = [], billingItem = [], billTo = [], chargeDate = [], chargeType = [], createdDate = [], currency = [], externalId = [], internalId = [], modifiedDate = [], postingPeriod = [], quantity = [], rate = [], rule = [], runId = [], salesOrder = [], stage = [], use = [], customFieldList = nil) ⇒ ChargeSearchRowBasic

Returns a new instance of ChargeSearchRowBasic.



43976
43977
43978
43979
43980
43981
43982
43983
43984
43985
43986
43987
43988
43989
43990
43991
43992
43993
43994
43995
43996
# File 'lib/activenetsuite/soap/default.rb', line 43976

def initialize(amount = [], billingItem = [], billTo = [], chargeDate = [], chargeType = [], createdDate = [], currency = [], externalId = [], internalId = [], modifiedDate = [], postingPeriod = [], quantity = [], rate = [], rule = [], runId = [], salesOrder = [], stage = [], use = [], customFieldList = nil)
  @amount = amount
  @billingItem = billingItem
  @billTo = billTo
  @chargeDate = chargeDate
  @chargeType = chargeType
  @createdDate = createdDate
  @currency = currency
  @externalId = externalId
  @internalId = internalId
  @modifiedDate = modifiedDate
  @postingPeriod = postingPeriod
  @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.



43956
43957
43958
# File 'lib/activenetsuite/soap/default.rb', line 43956

def amount
  @amount
end

#billingItemObject

Returns the value of attribute billingItem.



43957
43958
43959
# File 'lib/activenetsuite/soap/default.rb', line 43957

def billingItem
  @billingItem
end

#billToObject

Returns the value of attribute billTo.



43958
43959
43960
# File 'lib/activenetsuite/soap/default.rb', line 43958

def billTo
  @billTo
end

#chargeDateObject

Returns the value of attribute chargeDate.



43959
43960
43961
# File 'lib/activenetsuite/soap/default.rb', line 43959

def chargeDate
  @chargeDate
end

#chargeTypeObject

Returns the value of attribute chargeType.



43960
43961
43962
# File 'lib/activenetsuite/soap/default.rb', line 43960

def chargeType
  @chargeType
end

#createdDateObject

Returns the value of attribute createdDate.



43961
43962
43963
# File 'lib/activenetsuite/soap/default.rb', line 43961

def createdDate
  @createdDate
end

#currencyObject

Returns the value of attribute currency.



43962
43963
43964
# File 'lib/activenetsuite/soap/default.rb', line 43962

def currency
  @currency
end

#customFieldListObject

Returns the value of attribute customFieldList.



43974
43975
43976
# File 'lib/activenetsuite/soap/default.rb', line 43974

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



43963
43964
43965
# File 'lib/activenetsuite/soap/default.rb', line 43963

def externalId
  @externalId
end

#internalIdObject

Returns the value of attribute internalId.



43964
43965
43966
# File 'lib/activenetsuite/soap/default.rb', line 43964

def internalId
  @internalId
end

#modifiedDateObject

Returns the value of attribute modifiedDate.



43965
43966
43967
# File 'lib/activenetsuite/soap/default.rb', line 43965

def modifiedDate
  @modifiedDate
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



43966
43967
43968
# File 'lib/activenetsuite/soap/default.rb', line 43966

def postingPeriod
  @postingPeriod
end

#quantityObject

Returns the value of attribute quantity.



43967
43968
43969
# File 'lib/activenetsuite/soap/default.rb', line 43967

def quantity
  @quantity
end

#rateObject

Returns the value of attribute rate.



43968
43969
43970
# File 'lib/activenetsuite/soap/default.rb', line 43968

def rate
  @rate
end

#ruleObject

Returns the value of attribute rule.



43969
43970
43971
# File 'lib/activenetsuite/soap/default.rb', line 43969

def rule
  @rule
end

#runIdObject

Returns the value of attribute runId.



43970
43971
43972
# File 'lib/activenetsuite/soap/default.rb', line 43970

def runId
  @runId
end

#salesOrderObject

Returns the value of attribute salesOrder.



43971
43972
43973
# File 'lib/activenetsuite/soap/default.rb', line 43971

def salesOrder
  @salesOrder
end

#stageObject

Returns the value of attribute stage.



43972
43973
43974
# File 'lib/activenetsuite/soap/default.rb', line 43972

def stage
  @stage
end

#useObject

Returns the value of attribute use.



43973
43974
43975
# File 'lib/activenetsuite/soap/default.rb', line 43973

def use
  @use
end