Class: Etapper::API::SegmentedDonation
- Inherits:
-
Object
- Object
- Etapper::API::SegmentedDonation
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceSegmentedDonation
accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
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
Instance Attribute Summary collapse
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#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.
Instance Method Summary collapse
-
#initialize(accountName = nil, accountRef = nil, createdDate = nil, date = nil, final = nil, lastModifiedDate = nil, offsettingRef = nil, ref = nil, segments = nil, totalAmount = nil, totalNonDeductibleAmount = nil, type = nil) ⇒ SegmentedDonation
constructor
A new instance of SegmentedDonation.
Constructor Details
#initialize(accountName = nil, accountRef = nil, createdDate = nil, date = nil, final = nil, lastModifiedDate = nil, offsettingRef = nil, ref = nil, segments = nil, totalAmount = nil, totalNonDeductibleAmount = nil, type = nil) ⇒ SegmentedDonation
Returns a new instance of SegmentedDonation.
2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 |
# File 'lib/etapper/api/service.rb', line 2730 def initialize(accountName = nil, accountRef = nil, createdDate = nil, date = nil, final = nil, lastModifiedDate = nil, offsettingRef = nil, ref = nil, segments = nil, totalAmount = nil, totalNonDeductibleAmount = nil, type = nil) @accountName = accountName @accountRef = accountRef @createdDate = createdDate @date = date @final = final @lastModifiedDate = lastModifiedDate @offsettingRef = offsettingRef @ref = ref @segments = segments @totalAmount = totalAmount @totalNonDeductibleAmount = totalNonDeductibleAmount @type = type end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
2717 2718 2719 |
# File 'lib/etapper/api/service.rb', line 2717 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
2718 2719 2720 |
# File 'lib/etapper/api/service.rb', line 2718 def accountRef @accountRef end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
2719 2720 2721 |
# File 'lib/etapper/api/service.rb', line 2719 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
2720 2721 2722 |
# File 'lib/etapper/api/service.rb', line 2720 def date @date end |
#final ⇒ Object
Returns the value of attribute final.
2721 2722 2723 |
# File 'lib/etapper/api/service.rb', line 2721 def final @final end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
2722 2723 2724 |
# File 'lib/etapper/api/service.rb', line 2722 def lastModifiedDate @lastModifiedDate end |
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
2723 2724 2725 |
# File 'lib/etapper/api/service.rb', line 2723 def offsettingRef @offsettingRef end |
#ref ⇒ Object
Returns the value of attribute ref.
2724 2725 2726 |
# File 'lib/etapper/api/service.rb', line 2724 def ref @ref end |
#segments ⇒ Object
Returns the value of attribute segments.
2725 2726 2727 |
# File 'lib/etapper/api/service.rb', line 2725 def segments @segments end |
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
2726 2727 2728 |
# File 'lib/etapper/api/service.rb', line 2726 def totalAmount @totalAmount end |
#totalNonDeductibleAmount ⇒ Object
Returns the value of attribute totalNonDeductibleAmount.
2727 2728 2729 |
# File 'lib/etapper/api/service.rb', line 2727 def totalNonDeductibleAmount @totalNonDeductibleAmount end |
#type ⇒ Object
Returns the value of attribute type.
2728 2729 2730 |
# File 'lib/etapper/api/service.rb', line 2728 def type @type end |