Class: Etapper::API::CustomPaymentSchedule
- Inherits:
-
Object
- Object
- Etapper::API::CustomPaymentSchedule
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceCustomPaymentSchedule
installmentAmounts - Etapper::API::ArrayOfdouble
installmentDates - Etapper::API::ArrayOfdateTime
note - SOAP::SOAPString
processType - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#installmentAmounts ⇒ Object
Returns the value of attribute installmentAmounts.
-
#installmentDates ⇒ Object
Returns the value of attribute installmentDates.
-
#note ⇒ Object
Returns the value of attribute note.
-
#processType ⇒ Object
Returns the value of attribute processType.
Instance Method Summary collapse
-
#initialize(installmentAmounts = nil, installmentDates = nil, note = nil, processType = nil) ⇒ CustomPaymentSchedule
constructor
A new instance of CustomPaymentSchedule.
Constructor Details
#initialize(installmentAmounts = nil, installmentDates = nil, note = nil, processType = nil) ⇒ CustomPaymentSchedule
Returns a new instance of CustomPaymentSchedule.
1226 1227 1228 1229 1230 1231 |
# File 'lib/etapper/api/service.rb', line 1226 def initialize(installmentAmounts = nil, installmentDates = nil, note = nil, processType = nil) @installmentAmounts = installmentAmounts @installmentDates = installmentDates @note = note @processType = processType end |
Instance Attribute Details
#installmentAmounts ⇒ Object
Returns the value of attribute installmentAmounts.
1221 1222 1223 |
# File 'lib/etapper/api/service.rb', line 1221 def installmentAmounts @installmentAmounts end |
#installmentDates ⇒ Object
Returns the value of attribute installmentDates.
1222 1223 1224 |
# File 'lib/etapper/api/service.rb', line 1222 def installmentDates @installmentDates end |
#note ⇒ Object
Returns the value of attribute note.
1223 1224 1225 |
# File 'lib/etapper/api/service.rb', line 1223 def note @note end |
#processType ⇒ Object
Returns the value of attribute processType.
1224 1225 1226 |
# File 'lib/etapper/api/service.rb', line 1224 def processType @processType end |