Class: ActiveNetsuite::TermSearchBasic

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.comTermSearchBasic

dateDriven - ActiveNetsuite::SearchBooleanField
dayDiscountExpires - ActiveNetsuite::SearchLongField
dayOfMonthNetDue - ActiveNetsuite::SearchLongField
daysUntilExpiry - ActiveNetsuite::SearchLongField
daysUntilNetDue - ActiveNetsuite::SearchLongField
discountPercent - ActiveNetsuite::SearchDoubleField
discountPercentDateDriven - ActiveNetsuite::SearchDoubleField
dueNextMonthIfWithinDays - ActiveNetsuite::SearchLongField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField
preferred - ActiveNetsuite::SearchBooleanField

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(dateDriven = nil, dayDiscountExpires = nil, dayOfMonthNetDue = nil, daysUntilExpiry = nil, daysUntilNetDue = nil, discountPercent = nil, discountPercentDateDriven = nil, dueNextMonthIfWithinDays = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, preferred = nil) ⇒ TermSearchBasic

Returns a new instance of TermSearchBasic.



30049
30050
30051
30052
30053
30054
30055
30056
30057
30058
30059
30060
30061
30062
30063
30064
30065
# File 'lib/activenetsuite/soap/default.rb', line 30049

def initialize(dateDriven = nil, dayDiscountExpires = nil, dayOfMonthNetDue = nil, daysUntilExpiry = nil, daysUntilNetDue = nil, discountPercent = nil, discountPercentDateDriven = nil, dueNextMonthIfWithinDays = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, preferred = nil)
  @dateDriven = dateDriven
  @dayDiscountExpires = dayDiscountExpires
  @dayOfMonthNetDue = dayOfMonthNetDue
  @daysUntilExpiry = daysUntilExpiry
  @daysUntilNetDue = daysUntilNetDue
  @discountPercent = discountPercent
  @discountPercentDateDriven = discountPercentDateDriven
  @dueNextMonthIfWithinDays = dueNextMonthIfWithinDays
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isInactive = isInactive
  @name = name
  @preferred = preferred
end

Instance Attribute Details

#dateDrivenObject

Returns the value of attribute dateDriven.



30033
30034
30035
# File 'lib/activenetsuite/soap/default.rb', line 30033

def dateDriven
  @dateDriven
end

#dayDiscountExpiresObject

Returns the value of attribute dayDiscountExpires.



30034
30035
30036
# File 'lib/activenetsuite/soap/default.rb', line 30034

def dayDiscountExpires
  @dayDiscountExpires
end

#dayOfMonthNetDueObject

Returns the value of attribute dayOfMonthNetDue.



30035
30036
30037
# File 'lib/activenetsuite/soap/default.rb', line 30035

def dayOfMonthNetDue
  @dayOfMonthNetDue
end

#daysUntilExpiryObject

Returns the value of attribute daysUntilExpiry.



30036
30037
30038
# File 'lib/activenetsuite/soap/default.rb', line 30036

def daysUntilExpiry
  @daysUntilExpiry
end

#daysUntilNetDueObject

Returns the value of attribute daysUntilNetDue.



30037
30038
30039
# File 'lib/activenetsuite/soap/default.rb', line 30037

def daysUntilNetDue
  @daysUntilNetDue
end

#discountPercentObject

Returns the value of attribute discountPercent.



30038
30039
30040
# File 'lib/activenetsuite/soap/default.rb', line 30038

def discountPercent
  @discountPercent
end

#discountPercentDateDrivenObject

Returns the value of attribute discountPercentDateDriven.



30039
30040
30041
# File 'lib/activenetsuite/soap/default.rb', line 30039

def discountPercentDateDriven
  @discountPercentDateDriven
end

#dueNextMonthIfWithinDaysObject

Returns the value of attribute dueNextMonthIfWithinDays.



30040
30041
30042
# File 'lib/activenetsuite/soap/default.rb', line 30040

def dueNextMonthIfWithinDays
  @dueNextMonthIfWithinDays
end

#externalIdObject

Returns the value of attribute externalId.



30041
30042
30043
# File 'lib/activenetsuite/soap/default.rb', line 30041

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



30042
30043
30044
# File 'lib/activenetsuite/soap/default.rb', line 30042

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



30043
30044
30045
# File 'lib/activenetsuite/soap/default.rb', line 30043

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



30044
30045
30046
# File 'lib/activenetsuite/soap/default.rb', line 30044

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



30045
30046
30047
# File 'lib/activenetsuite/soap/default.rb', line 30045

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



30046
30047
30048
# File 'lib/activenetsuite/soap/default.rb', line 30046

def name
  @name
end

#preferredObject

Returns the value of attribute preferred.



30047
30048
30049
# File 'lib/activenetsuite/soap/default.rb', line 30047

def preferred
  @preferred
end