Class: Etapper::API::StandardPaymentSchedule

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceStandardPaymentSchedule

firstInstallmentDate - SOAP::SOAPDateTime
frequency - SOAP::SOAPInt
installmentAmount - SOAP::SOAPDouble
note - SOAP::SOAPString
processType - SOAP::SOAPInt
stopDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(firstInstallmentDate = nil, frequency = nil, installmentAmount = nil, note = nil, processType = nil, stopDate = nil) ⇒ StandardPaymentSchedule

Returns a new instance of StandardPaymentSchedule.



1249
1250
1251
1252
1253
1254
1255
1256
# File 'lib/etapper/api/service.rb', line 1249

def initialize(firstInstallmentDate = nil, frequency = nil, installmentAmount = nil, note = nil, processType = nil, stopDate = nil)
  @firstInstallmentDate = firstInstallmentDate
  @frequency = frequency
  @installmentAmount = installmentAmount
  @note = note
  @processType = processType
  @stopDate = stopDate
end

Instance Attribute Details

#firstInstallmentDateObject

Returns the value of attribute firstInstallmentDate.



1242
1243
1244
# File 'lib/etapper/api/service.rb', line 1242

def firstInstallmentDate
  @firstInstallmentDate
end

#frequencyObject

Returns the value of attribute frequency.



1243
1244
1245
# File 'lib/etapper/api/service.rb', line 1243

def frequency
  @frequency
end

#installmentAmountObject

Returns the value of attribute installmentAmount.



1244
1245
1246
# File 'lib/etapper/api/service.rb', line 1244

def installmentAmount
  @installmentAmount
end

#noteObject

Returns the value of attribute note.



1245
1246
1247
# File 'lib/etapper/api/service.rb', line 1245

def note
  @note
end

#processTypeObject

Returns the value of attribute processType.



1246
1247
1248
# File 'lib/etapper/api/service.rb', line 1246

def processType
  @processType
end

#stopDateObject

Returns the value of attribute stopDate.



1247
1248
1249
# File 'lib/etapper/api/service.rb', line 1247

def stopDate
  @stopDate
end