Class: Etapper::API::SegmentedDonation

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

Instance Method Summary collapse

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

#accountNameObject

Returns the value of attribute accountName.



2717
2718
2719
# File 'lib/etapper/api/service.rb', line 2717

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



2718
2719
2720
# File 'lib/etapper/api/service.rb', line 2718

def accountRef
  @accountRef
end

#createdDateObject

Returns the value of attribute createdDate.



2719
2720
2721
# File 'lib/etapper/api/service.rb', line 2719

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



2720
2721
2722
# File 'lib/etapper/api/service.rb', line 2720

def date
  @date
end

#finalObject

Returns the value of attribute final.



2721
2722
2723
# File 'lib/etapper/api/service.rb', line 2721

def final
  @final
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



2722
2723
2724
# File 'lib/etapper/api/service.rb', line 2722

def lastModifiedDate
  @lastModifiedDate
end

#offsettingRefObject

Returns the value of attribute offsettingRef.



2723
2724
2725
# File 'lib/etapper/api/service.rb', line 2723

def offsettingRef
  @offsettingRef
end

#refObject

Returns the value of attribute ref.



2724
2725
2726
# File 'lib/etapper/api/service.rb', line 2724

def ref
  @ref
end

#segmentsObject

Returns the value of attribute segments.



2725
2726
2727
# File 'lib/etapper/api/service.rb', line 2725

def segments
  @segments
end

#totalAmountObject

Returns the value of attribute totalAmount.



2726
2727
2728
# File 'lib/etapper/api/service.rb', line 2726

def totalAmount
  @totalAmount
end

#totalNonDeductibleAmountObject

Returns the value of attribute totalNonDeductibleAmount.



2727
2728
2729
# File 'lib/etapper/api/service.rb', line 2727

def totalNonDeductibleAmount
  @totalNonDeductibleAmount
end

#typeObject

Returns the value of attribute type.



2728
2729
2730
# File 'lib/etapper/api/service.rb', line 2728

def type
  @type
end