Class: Etapper::API::SegmentedPledge

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

Overview

etapestryAPI/serviceSegmentedPledge

accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
consolidatedCustomSchedule - Etapper::API::CustomPaymentSchedule
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
final - SOAP::SOAPBoolean
lastModifiedDate - SOAP::SOAPDateTime
offsettingRef - SOAP::SOAPString
ref - SOAP::SOAPString
segments - Etapper::API::ArrayOfanyType
totalAmount - SOAP::SOAPDouble
totalNonDeductibleAmount - SOAP::SOAPDouble
type - SOAP::SOAPInt
upgraded - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountName = nil, accountRef = nil, consolidatedCustomSchedule = nil, createdDate = nil, date = nil, final = nil, lastModifiedDate = nil, offsettingRef = nil, ref = nil, segments = nil, totalAmount = nil, totalNonDeductibleAmount = nil, type = nil, upgraded = nil) ⇒ SegmentedPledge

Returns a new instance of SegmentedPledge.



2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
# File 'lib/etapper/api/service.rb', line 2823

def initialize(accountName = nil, accountRef = nil, consolidatedCustomSchedule = nil, createdDate = nil, date = nil, final = nil, lastModifiedDate = nil, offsettingRef = nil, ref = nil, segments = nil, totalAmount = nil, totalNonDeductibleAmount = nil, type = nil, upgraded = nil)
  @accountName = accountName
  @accountRef = accountRef
  @consolidatedCustomSchedule = consolidatedCustomSchedule
  @createdDate = createdDate
  @date = date
  @final = final
  @lastModifiedDate = lastModifiedDate
  @offsettingRef = offsettingRef
  @ref = ref
  @segments = segments
  @totalAmount = totalAmount
  @totalNonDeductibleAmount = totalNonDeductibleAmount
  @type = type
  @upgraded = upgraded
end

Instance Attribute Details

#accountNameObject

Returns the value of attribute accountName.



2808
2809
2810
# File 'lib/etapper/api/service.rb', line 2808

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



2809
2810
2811
# File 'lib/etapper/api/service.rb', line 2809

def accountRef
  @accountRef
end

#consolidatedCustomScheduleObject

Returns the value of attribute consolidatedCustomSchedule.



2810
2811
2812
# File 'lib/etapper/api/service.rb', line 2810

def consolidatedCustomSchedule
  @consolidatedCustomSchedule
end

#createdDateObject

Returns the value of attribute createdDate.



2811
2812
2813
# File 'lib/etapper/api/service.rb', line 2811

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



2812
2813
2814
# File 'lib/etapper/api/service.rb', line 2812

def date
  @date
end

#finalObject

Returns the value of attribute final.



2813
2814
2815
# File 'lib/etapper/api/service.rb', line 2813

def final
  @final
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



2814
2815
2816
# File 'lib/etapper/api/service.rb', line 2814

def lastModifiedDate
  @lastModifiedDate
end

#offsettingRefObject

Returns the value of attribute offsettingRef.



2815
2816
2817
# File 'lib/etapper/api/service.rb', line 2815

def offsettingRef
  @offsettingRef
end

#refObject

Returns the value of attribute ref.



2816
2817
2818
# File 'lib/etapper/api/service.rb', line 2816

def ref
  @ref
end

#segmentsObject

Returns the value of attribute segments.



2817
2818
2819
# File 'lib/etapper/api/service.rb', line 2817

def segments
  @segments
end

#totalAmountObject

Returns the value of attribute totalAmount.



2818
2819
2820
# File 'lib/etapper/api/service.rb', line 2818

def totalAmount
  @totalAmount
end

#totalNonDeductibleAmountObject

Returns the value of attribute totalNonDeductibleAmount.



2819
2820
2821
# File 'lib/etapper/api/service.rb', line 2819

def totalNonDeductibleAmount
  @totalNonDeductibleAmount
end

#typeObject

Returns the value of attribute type.



2820
2821
2822
# File 'lib/etapper/api/service.rb', line 2820

def type
  @type
end

#upgradedObject

Returns the value of attribute upgraded.



2821
2822
2823
# File 'lib/etapper/api/service.rb', line 2821

def upgraded
  @upgraded
end