Class: Etapper::API::StandardPaymentSchedule
- Inherits:
-
Object
- Object
- Etapper::API::StandardPaymentSchedule
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#firstInstallmentDate ⇒ Object
Returns the value of attribute firstInstallmentDate.
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#installmentAmount ⇒ Object
Returns the value of attribute installmentAmount.
-
#note ⇒ Object
Returns the value of attribute note.
-
#processType ⇒ Object
Returns the value of attribute processType.
-
#stopDate ⇒ Object
Returns the value of attribute stopDate.
Instance Method Summary collapse
-
#initialize(firstInstallmentDate = nil, frequency = nil, installmentAmount = nil, note = nil, processType = nil, stopDate = nil) ⇒ StandardPaymentSchedule
constructor
A new instance of StandardPaymentSchedule.
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
#firstInstallmentDate ⇒ Object
Returns the value of attribute firstInstallmentDate.
1242 1243 1244 |
# File 'lib/etapper/api/service.rb', line 1242 def firstInstallmentDate @firstInstallmentDate end |
#frequency ⇒ Object
Returns the value of attribute frequency.
1243 1244 1245 |
# File 'lib/etapper/api/service.rb', line 1243 def frequency @frequency end |
#installmentAmount ⇒ Object
Returns the value of attribute installmentAmount.
1244 1245 1246 |
# File 'lib/etapper/api/service.rb', line 1244 def installmentAmount @installmentAmount end |
#note ⇒ Object
Returns the value of attribute note.
1245 1246 1247 |
# File 'lib/etapper/api/service.rb', line 1245 def note @note end |
#processType ⇒ Object
Returns the value of attribute processType.
1246 1247 1248 |
# File 'lib/etapper/api/service.rb', line 1246 def processType @processType end |
#stopDate ⇒ Object
Returns the value of attribute stopDate.
1247 1248 1249 |
# File 'lib/etapper/api/service.rb', line 1247 def stopDate @stopDate end |