Class: Etapper::API::Payment
- Inherits:
-
Object
- Object
- Etapper::API::Payment
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/servicePayment
accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
amount - SOAP::SOAPDouble
approach - SOAP::SOAPString
- 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
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#approach ⇒ Object
Returns the value of attribute approach.
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#date ⇒ Object
Returns the value of attribute date.
-
#definedValues ⇒ Object
Returns the value of attribute definedValues.
-
#final ⇒ Object
Returns the value of attribute final.
-
#fund ⇒ Object
Returns the value of attribute fund.
-
#fundraiser ⇒ Object
Returns the value of attribute fundraiser.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#letter ⇒ Object
Returns the value of attribute letter.
-
#note ⇒ Object
Returns the value of attribute note.
-
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
-
#originalAccountName ⇒ Object
Returns the value of attribute originalAccountName.
-
#originalAccountRef ⇒ Object
Returns the value of attribute originalAccountRef.
-
#originalTransactionRef ⇒ Object
Returns the value of attribute originalTransactionRef.
-
#pledgeRef ⇒ Object
Returns the value of attribute pledgeRef.
-
#receipt ⇒ Object
Returns the value of attribute receipt.
-
#recognitionName ⇒ Object
Returns the value of attribute recognitionName.
-
#recognitionType ⇒ Object
Returns the value of attribute recognitionType.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#segmentedTransactionRef ⇒ Object
Returns the value of attribute segmentedTransactionRef.
-
#softCredit ⇒ Object
Returns the value of attribute softCredit.
-
#tributeAccountName ⇒ Object
Returns the value of attribute tributeAccountName.
-
#tributeAccountRef ⇒ Object
Returns the value of attribute tributeAccountRef.
-
#type ⇒ Object
Returns the value of attribute type.
-
#valuable ⇒ Object
Returns the value of attribute valuable.
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, = 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 = @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
#accountName ⇒ Object
Returns the value of attribute accountName.
743 744 745 |
# File 'lib/etapper/api/service.rb', line 743 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
744 745 746 |
# File 'lib/etapper/api/service.rb', line 744 def accountRef @accountRef end |
#amount ⇒ Object
Returns the value of attribute amount.
745 746 747 |
# File 'lib/etapper/api/service.rb', line 745 def amount @amount end |
#approach ⇒ Object
Returns the value of attribute approach.
746 747 748 |
# File 'lib/etapper/api/service.rb', line 746 def approach @approach end |
#attachments ⇒ Object
Returns the value of attribute attachments.
747 748 749 |
# File 'lib/etapper/api/service.rb', line 747 def @attachments end |
#campaign ⇒ Object
Returns the value of attribute campaign.
748 749 750 |
# File 'lib/etapper/api/service.rb', line 748 def campaign @campaign end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
749 750 751 |
# File 'lib/etapper/api/service.rb', line 749 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
750 751 752 |
# File 'lib/etapper/api/service.rb', line 750 def date @date end |
#definedValues ⇒ Object
Returns the value of attribute definedValues.
751 752 753 |
# File 'lib/etapper/api/service.rb', line 751 def definedValues @definedValues end |
#final ⇒ Object
Returns the value of attribute final.
752 753 754 |
# File 'lib/etapper/api/service.rb', line 752 def final @final end |
#fund ⇒ Object
Returns the value of attribute fund.
753 754 755 |
# File 'lib/etapper/api/service.rb', line 753 def fund @fund end |
#fundraiser ⇒ Object
Returns the value of attribute fundraiser.
754 755 756 |
# File 'lib/etapper/api/service.rb', line 754 def fundraiser @fundraiser end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
755 756 757 |
# File 'lib/etapper/api/service.rb', line 755 def lastModifiedDate @lastModifiedDate end |
#letter ⇒ Object
Returns the value of attribute letter.
756 757 758 |
# File 'lib/etapper/api/service.rb', line 756 def letter @letter end |
#note ⇒ Object
Returns the value of attribute note.
757 758 759 |
# File 'lib/etapper/api/service.rb', line 757 def note @note end |
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
758 759 760 |
# File 'lib/etapper/api/service.rb', line 758 def offsettingRef @offsettingRef end |
#originalAccountName ⇒ Object
Returns the value of attribute originalAccountName.
759 760 761 |
# File 'lib/etapper/api/service.rb', line 759 def originalAccountName @originalAccountName end |
#originalAccountRef ⇒ Object
Returns the value of attribute originalAccountRef.
760 761 762 |
# File 'lib/etapper/api/service.rb', line 760 def originalAccountRef @originalAccountRef end |
#originalTransactionRef ⇒ Object
Returns the value of attribute originalTransactionRef.
761 762 763 |
# File 'lib/etapper/api/service.rb', line 761 def originalTransactionRef @originalTransactionRef end |
#pledgeRef ⇒ Object
Returns the value of attribute pledgeRef.
762 763 764 |
# File 'lib/etapper/api/service.rb', line 762 def pledgeRef @pledgeRef end |
#receipt ⇒ Object
Returns the value of attribute receipt.
763 764 765 |
# File 'lib/etapper/api/service.rb', line 763 def receipt @receipt end |
#recognitionName ⇒ Object
Returns the value of attribute recognitionName.
764 765 766 |
# File 'lib/etapper/api/service.rb', line 764 def recognitionName @recognitionName end |
#recognitionType ⇒ Object
Returns the value of attribute recognitionType.
765 766 767 |
# File 'lib/etapper/api/service.rb', line 765 def recognitionType @recognitionType end |
#ref ⇒ Object
Returns the value of attribute ref.
766 767 768 |
# File 'lib/etapper/api/service.rb', line 766 def ref @ref end |
#segmentedTransactionRef ⇒ Object
Returns the value of attribute segmentedTransactionRef.
767 768 769 |
# File 'lib/etapper/api/service.rb', line 767 def segmentedTransactionRef @segmentedTransactionRef end |
#softCredit ⇒ Object
Returns the value of attribute softCredit.
768 769 770 |
# File 'lib/etapper/api/service.rb', line 768 def softCredit @softCredit end |
#tributeAccountName ⇒ Object
Returns the value of attribute tributeAccountName.
769 770 771 |
# File 'lib/etapper/api/service.rb', line 769 def tributeAccountName @tributeAccountName end |
#tributeAccountRef ⇒ Object
Returns the value of attribute tributeAccountRef.
770 771 772 |
# File 'lib/etapper/api/service.rb', line 770 def tributeAccountRef @tributeAccountRef end |
#type ⇒ Object
Returns the value of attribute type.
771 772 773 |
# File 'lib/etapper/api/service.rb', line 771 def type @type end |
#valuable ⇒ Object
Returns the value of attribute valuable.
772 773 774 |
# File 'lib/etapper/api/service.rb', line 772 def valuable @valuable end |