Class: Etapper::API::CustomPaymentSchedule

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#installmentAmountsObject

Returns the value of attribute installmentAmounts.



1221
1222
1223
# File 'lib/etapper/api/service.rb', line 1221

def installmentAmounts
  @installmentAmounts
end

#installmentDatesObject

Returns the value of attribute installmentDates.



1222
1223
1224
# File 'lib/etapper/api/service.rb', line 1222

def installmentDates
  @installmentDates
end

#noteObject

Returns the value of attribute note.



1223
1224
1225
# File 'lib/etapper/api/service.rb', line 1223

def note
  @note
end

#processTypeObject

Returns the value of attribute processType.



1224
1225
1226
# File 'lib/etapper/api/service.rb', line 1224

def processType
  @processType
end