Class: ActiveNetsuite::CouponCodeSearchRowBasic

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

code - ActiveNetsuite::SearchColumnStringField
dateSent - ActiveNetsuite::SearchColumnDateField
id - ActiveNetsuite::SearchColumnLongField
internalId - ActiveNetsuite::SearchColumnSelectField
promotion - ActiveNetsuite::SearchColumnStringField
recipient - ActiveNetsuite::SearchColumnStringField
useCount - ActiveNetsuite::SearchColumnLongField
used - ActiveNetsuite::SearchColumnBooleanField

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(code = [], dateSent = [], id = [], internalId = [], promotion = [], recipient = [], useCount = [], used = []) ⇒ CouponCodeSearchRowBasic

Returns a new instance of CouponCodeSearchRowBasic.



43660
43661
43662
43663
43664
43665
43666
43667
43668
43669
# File 'lib/activenetsuite/soap/default.rb', line 43660

def initialize(code = [], dateSent = [], id = [], internalId = [], promotion = [], recipient = [], useCount = [], used = [])
  @code = code
  @dateSent = dateSent
  @id = id
  @internalId = internalId
  @promotion = promotion
  @recipient = recipient
  @useCount = useCount
  @used = used
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



43651
43652
43653
# File 'lib/activenetsuite/soap/default.rb', line 43651

def code
  @code
end

#dateSentObject

Returns the value of attribute dateSent.



43652
43653
43654
# File 'lib/activenetsuite/soap/default.rb', line 43652

def dateSent
  @dateSent
end

#idObject

Returns the value of attribute id.



43653
43654
43655
# File 'lib/activenetsuite/soap/default.rb', line 43653

def id
  @id
end

#internalIdObject

Returns the value of attribute internalId.



43654
43655
43656
# File 'lib/activenetsuite/soap/default.rb', line 43654

def internalId
  @internalId
end

#promotionObject

Returns the value of attribute promotion.



43655
43656
43657
# File 'lib/activenetsuite/soap/default.rb', line 43655

def promotion
  @promotion
end

#recipientObject

Returns the value of attribute recipient.



43656
43657
43658
# File 'lib/activenetsuite/soap/default.rb', line 43656

def recipient
  @recipient
end

#useCountObject

Returns the value of attribute useCount.



43657
43658
43659
# File 'lib/activenetsuite/soap/default.rb', line 43657

def useCount
  @useCount
end

#usedObject

Returns the value of attribute used.



43658
43659
43660
# File 'lib/activenetsuite/soap/default.rb', line 43658

def used
  @used
end