Class: Etapper::API::SegmentedPledge
- Inherits:
-
Object
- Object
- Etapper::API::SegmentedPledge
- 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
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#consolidatedCustomSchedule ⇒ Object
Returns the value of attribute consolidatedCustomSchedule.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#date ⇒ Object
Returns the value of attribute date.
-
#final ⇒ Object
Returns the value of attribute final.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#segments ⇒ Object
Returns the value of attribute segments.
-
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
-
#totalNonDeductibleAmount ⇒ Object
Returns the value of attribute totalNonDeductibleAmount.
-
#type ⇒ Object
Returns the value of attribute type.
-
#upgraded ⇒ Object
Returns the value of attribute upgraded.
Instance Method Summary collapse
-
#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
constructor
A new instance of SegmentedPledge.
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
#accountName ⇒ Object
Returns the value of attribute accountName.
2808 2809 2810 |
# File 'lib/etapper/api/service.rb', line 2808 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
2809 2810 2811 |
# File 'lib/etapper/api/service.rb', line 2809 def accountRef @accountRef end |
#consolidatedCustomSchedule ⇒ Object
Returns the value of attribute consolidatedCustomSchedule.
2810 2811 2812 |
# File 'lib/etapper/api/service.rb', line 2810 def consolidatedCustomSchedule @consolidatedCustomSchedule end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
2811 2812 2813 |
# File 'lib/etapper/api/service.rb', line 2811 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
2812 2813 2814 |
# File 'lib/etapper/api/service.rb', line 2812 def date @date end |
#final ⇒ Object
Returns the value of attribute final.
2813 2814 2815 |
# File 'lib/etapper/api/service.rb', line 2813 def final @final end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
2814 2815 2816 |
# File 'lib/etapper/api/service.rb', line 2814 def lastModifiedDate @lastModifiedDate end |
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
2815 2816 2817 |
# File 'lib/etapper/api/service.rb', line 2815 def offsettingRef @offsettingRef end |
#ref ⇒ Object
Returns the value of attribute ref.
2816 2817 2818 |
# File 'lib/etapper/api/service.rb', line 2816 def ref @ref end |
#segments ⇒ Object
Returns the value of attribute segments.
2817 2818 2819 |
# File 'lib/etapper/api/service.rb', line 2817 def segments @segments end |
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
2818 2819 2820 |
# File 'lib/etapper/api/service.rb', line 2818 def totalAmount @totalAmount end |
#totalNonDeductibleAmount ⇒ Object
Returns the value of attribute totalNonDeductibleAmount.
2819 2820 2821 |
# File 'lib/etapper/api/service.rb', line 2819 def totalNonDeductibleAmount @totalNonDeductibleAmount end |
#type ⇒ Object
Returns the value of attribute type.
2820 2821 2822 |
# File 'lib/etapper/api/service.rb', line 2820 def type @type end |
#upgraded ⇒ Object
Returns the value of attribute upgraded.
2821 2822 2823 |
# File 'lib/etapper/api/service.rb', line 2821 def upgraded @upgraded end |