Class: Etapper::API::Payment

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

Overview

etapestryAPI/servicePayment

accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
amount - SOAP::SOAPDouble
approach - SOAP::SOAPString
attachments - Etapper::API::ArrayOfAttachment
campaign - SOAP::SOAPString
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
definedValues - Etapper::API::ArrayOfDefinedValue
final - SOAP::SOAPBoolean
fund - SOAP::SOAPString
fundraiser - SOAP::SOAPString
lastModifiedDate - SOAP::SOAPDateTime
letter - SOAP::SOAPString
note - SOAP::SOAPString
offsettingRef - SOAP::SOAPString
originalAccountName - SOAP::SOAPString
originalAccountRef - SOAP::SOAPString
originalTransactionRef - SOAP::SOAPString
pledgeRef - SOAP::SOAPString
receipt - SOAP::SOAPString
recognitionName - SOAP::SOAPString
recognitionType - SOAP::SOAPInt
ref - SOAP::SOAPString
segmentedTransactionRef - SOAP::SOAPString
softCredit - Etapper::API::SoftCredit
tributeAccountName - SOAP::SOAPString
tributeAccountRef - SOAP::SOAPString
type - SOAP::SOAPInt
valuable - Etapper::API::Valuable

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, attachments = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, fundraiser = nil, lastModifiedDate = nil, letter = nil, note = nil, offsettingRef = nil, originalAccountName = nil, originalAccountRef = nil, originalTransactionRef = nil, pledgeRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, segmentedTransactionRef = nil, softCredit = nil, tributeAccountName = nil, tributeAccountRef = nil, type = nil, valuable = nil) ⇒ Payment

Returns a new instance of Payment.



774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
# File 'lib/etapper/api/service.rb', line 774

def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, attachments = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, fundraiser = nil, lastModifiedDate = nil, letter = nil, note = nil, offsettingRef = nil, originalAccountName = nil, originalAccountRef = nil, originalTransactionRef = nil, pledgeRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, segmentedTransactionRef = nil, softCredit = nil, tributeAccountName = nil, tributeAccountRef = nil, type = nil, valuable = nil)
  @accountName = accountName
  @accountRef = accountRef
  @amount = amount
  @approach = approach
  @attachments = attachments
  @campaign = campaign
  @createdDate = createdDate
  @date = date
  @definedValues = definedValues
  @final = final
  @fund = fund
  @fundraiser = fundraiser
  @lastModifiedDate = lastModifiedDate
  @letter = letter
  @note = note
  @offsettingRef = offsettingRef
  @originalAccountName = originalAccountName
  @originalAccountRef = originalAccountRef
  @originalTransactionRef = originalTransactionRef
  @pledgeRef = pledgeRef
  @receipt = receipt
  @recognitionName = recognitionName
  @recognitionType = recognitionType
  @ref = ref
  @segmentedTransactionRef = segmentedTransactionRef
  @softCredit = softCredit
  @tributeAccountName = tributeAccountName
  @tributeAccountRef = tributeAccountRef
  @type = type
  @valuable = valuable
end

Instance Attribute Details

#accountNameObject

Returns the value of attribute accountName.



743
744
745
# File 'lib/etapper/api/service.rb', line 743

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



744
745
746
# File 'lib/etapper/api/service.rb', line 744

def accountRef
  @accountRef
end

#amountObject

Returns the value of attribute amount.



745
746
747
# File 'lib/etapper/api/service.rb', line 745

def amount
  @amount
end

#approachObject

Returns the value of attribute approach.



746
747
748
# File 'lib/etapper/api/service.rb', line 746

def approach
  @approach
end

#attachmentsObject

Returns the value of attribute attachments.



747
748
749
# File 'lib/etapper/api/service.rb', line 747

def attachments
  @attachments
end

#campaignObject

Returns the value of attribute campaign.



748
749
750
# File 'lib/etapper/api/service.rb', line 748

def campaign
  @campaign
end

#createdDateObject

Returns the value of attribute createdDate.



749
750
751
# File 'lib/etapper/api/service.rb', line 749

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



750
751
752
# File 'lib/etapper/api/service.rb', line 750

def date
  @date
end

#definedValuesObject

Returns the value of attribute definedValues.



751
752
753
# File 'lib/etapper/api/service.rb', line 751

def definedValues
  @definedValues
end

#finalObject

Returns the value of attribute final.



752
753
754
# File 'lib/etapper/api/service.rb', line 752

def final
  @final
end

#fundObject

Returns the value of attribute fund.



753
754
755
# File 'lib/etapper/api/service.rb', line 753

def fund
  @fund
end

#fundraiserObject

Returns the value of attribute fundraiser.



754
755
756
# File 'lib/etapper/api/service.rb', line 754

def fundraiser
  @fundraiser
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



755
756
757
# File 'lib/etapper/api/service.rb', line 755

def lastModifiedDate
  @lastModifiedDate
end

#letterObject

Returns the value of attribute letter.



756
757
758
# File 'lib/etapper/api/service.rb', line 756

def letter
  @letter
end

#noteObject

Returns the value of attribute note.



757
758
759
# File 'lib/etapper/api/service.rb', line 757

def note
  @note
end

#offsettingRefObject

Returns the value of attribute offsettingRef.



758
759
760
# File 'lib/etapper/api/service.rb', line 758

def offsettingRef
  @offsettingRef
end

#originalAccountNameObject

Returns the value of attribute originalAccountName.



759
760
761
# File 'lib/etapper/api/service.rb', line 759

def originalAccountName
  @originalAccountName
end

#originalAccountRefObject

Returns the value of attribute originalAccountRef.



760
761
762
# File 'lib/etapper/api/service.rb', line 760

def originalAccountRef
  @originalAccountRef
end

#originalTransactionRefObject

Returns the value of attribute originalTransactionRef.



761
762
763
# File 'lib/etapper/api/service.rb', line 761

def originalTransactionRef
  @originalTransactionRef
end

#pledgeRefObject

Returns the value of attribute pledgeRef.



762
763
764
# File 'lib/etapper/api/service.rb', line 762

def pledgeRef
  @pledgeRef
end

#receiptObject

Returns the value of attribute receipt.



763
764
765
# File 'lib/etapper/api/service.rb', line 763

def receipt
  @receipt
end

#recognitionNameObject

Returns the value of attribute recognitionName.



764
765
766
# File 'lib/etapper/api/service.rb', line 764

def recognitionName
  @recognitionName
end

#recognitionTypeObject

Returns the value of attribute recognitionType.



765
766
767
# File 'lib/etapper/api/service.rb', line 765

def recognitionType
  @recognitionType
end

#refObject

Returns the value of attribute ref.



766
767
768
# File 'lib/etapper/api/service.rb', line 766

def ref
  @ref
end

#segmentedTransactionRefObject

Returns the value of attribute segmentedTransactionRef.



767
768
769
# File 'lib/etapper/api/service.rb', line 767

def segmentedTransactionRef
  @segmentedTransactionRef
end

#softCreditObject

Returns the value of attribute softCredit.



768
769
770
# File 'lib/etapper/api/service.rb', line 768

def softCredit
  @softCredit
end

#tributeAccountNameObject

Returns the value of attribute tributeAccountName.



769
770
771
# File 'lib/etapper/api/service.rb', line 769

def tributeAccountName
  @tributeAccountName
end

#tributeAccountRefObject

Returns the value of attribute tributeAccountRef.



770
771
772
# File 'lib/etapper/api/service.rb', line 770

def tributeAccountRef
  @tributeAccountRef
end

#typeObject

Returns the value of attribute type.



771
772
773
# File 'lib/etapper/api/service.rb', line 771

def type
  @type
end

#valuableObject

Returns the value of attribute valuable.



772
773
774
# File 'lib/etapper/api/service.rb', line 772

def valuable
  @valuable
end