Class: ActiveNetsuite::PaymentMethodSearchBasic

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

 - ActiveNetsuite::SearchMultiSelectField
creditCard - ActiveNetsuite::SearchBooleanField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isDebitCard - ActiveNetsuite::SearchBooleanField
isInactive - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

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

Constructor Details

#initialize(account = nil, creditCard = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isDebitCard = nil, isInactive = nil, name = nil) ⇒ PaymentMethodSearchBasic

Returns a new instance of PaymentMethodSearchBasic.



29944
29945
29946
29947
29948
29949
29950
29951
29952
29953
29954
# File 'lib/activenetsuite/soap/default.rb', line 29944

def initialize( = nil, creditCard = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isDebitCard = nil, isInactive = nil, name = nil)
  @account = 
  @creditCard = creditCard
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isDebitCard = isDebitCard
  @isInactive = isInactive
  @name = name
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



29934
29935
29936
# File 'lib/activenetsuite/soap/default.rb', line 29934

def 
  @account
end

#creditCardObject

Returns the value of attribute creditCard.



29935
29936
29937
# File 'lib/activenetsuite/soap/default.rb', line 29935

def creditCard
  @creditCard
end

#externalIdObject

Returns the value of attribute externalId.



29936
29937
29938
# File 'lib/activenetsuite/soap/default.rb', line 29936

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



29937
29938
29939
# File 'lib/activenetsuite/soap/default.rb', line 29937

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



29938
29939
29940
# File 'lib/activenetsuite/soap/default.rb', line 29938

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



29939
29940
29941
# File 'lib/activenetsuite/soap/default.rb', line 29939

def internalIdNumber
  @internalIdNumber
end

#isDebitCardObject

Returns the value of attribute isDebitCard.



29940
29941
29942
# File 'lib/activenetsuite/soap/default.rb', line 29940

def isDebitCard
  @isDebitCard
end

#isInactiveObject

Returns the value of attribute isInactive.



29941
29942
29943
# File 'lib/activenetsuite/soap/default.rb', line 29941

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



29942
29943
29944
# File 'lib/activenetsuite/soap/default.rb', line 29942

def name
  @name
end