Class: Etapper::API::RecurringGiftSchedule

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

Overview

etapestryAPI/serviceRecurringGiftSchedule

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
linkedGiftsAmount - SOAP::SOAPDouble
nextGiftAmount - SOAP::SOAPDouble
nextGiftDate - SOAP::SOAPDateTime
nonDeductibleAmount - SOAP::SOAPDouble
note - SOAP::SOAPString
originalAccountName - SOAP::SOAPString
originalAccountRef - SOAP::SOAPString
originalTransactionRef - SOAP::SOAPString
receipt - SOAP::SOAPString
recognitionName - SOAP::SOAPString
recognitionType - SOAP::SOAPInt
ref - SOAP::SOAPString
schedule - Etapper::API::StandardPaymentSchedule
scheduledValuable - Etapper::API::Valuable
softCredit - Etapper::API::SoftCredit
tributeAccountName - SOAP::SOAPString
tributeAccountRef - SOAP::SOAPString
type - SOAP::SOAPInt

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, linkedGiftsAmount = nil, nextGiftAmount = nil, nextGiftDate = nil, nonDeductibleAmount = nil, note = nil, originalAccountName = nil, originalAccountRef = nil, originalTransactionRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, schedule = nil, scheduledValuable = nil, softCredit = nil, tributeAccountName = nil, tributeAccountRef = nil, type = nil) ⇒ RecurringGiftSchedule

Returns a new instance of RecurringGiftSchedule.



2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
# File 'lib/etapper/api/service.rb', line 2667

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, linkedGiftsAmount = nil, nextGiftAmount = nil, nextGiftDate = nil, nonDeductibleAmount = nil, note = nil, originalAccountName = nil, originalAccountRef = nil, originalTransactionRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, schedule = nil, scheduledValuable = nil, softCredit = nil, tributeAccountName = nil, tributeAccountRef = nil, type = 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
  @linkedGiftsAmount = linkedGiftsAmount
  @nextGiftAmount = nextGiftAmount
  @nextGiftDate = nextGiftDate
  @nonDeductibleAmount = nonDeductibleAmount
  @note = note
  @originalAccountName = originalAccountName
  @originalAccountRef = originalAccountRef
  @originalTransactionRef = originalTransactionRef
  @receipt = receipt
  @recognitionName = recognitionName
  @recognitionType = recognitionType
  @ref = ref
  @schedule = schedule
  @scheduledValuable = scheduledValuable
  @softCredit = softCredit
  @tributeAccountName = tributeAccountName
  @tributeAccountRef = tributeAccountRef
  @type = type
end

Instance Attribute Details

#accountNameObject

Returns the value of attribute accountName.



2634
2635
2636
# File 'lib/etapper/api/service.rb', line 2634

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



2635
2636
2637
# File 'lib/etapper/api/service.rb', line 2635

def accountRef
  @accountRef
end

#amountObject

Returns the value of attribute amount.



2636
2637
2638
# File 'lib/etapper/api/service.rb', line 2636

def amount
  @amount
end

#approachObject

Returns the value of attribute approach.



2637
2638
2639
# File 'lib/etapper/api/service.rb', line 2637

def approach
  @approach
end

#attachmentsObject

Returns the value of attribute attachments.



2638
2639
2640
# File 'lib/etapper/api/service.rb', line 2638

def attachments
  @attachments
end

#campaignObject

Returns the value of attribute campaign.



2639
2640
2641
# File 'lib/etapper/api/service.rb', line 2639

def campaign
  @campaign
end

#createdDateObject

Returns the value of attribute createdDate.



2640
2641
2642
# File 'lib/etapper/api/service.rb', line 2640

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



2641
2642
2643
# File 'lib/etapper/api/service.rb', line 2641

def date
  @date
end

#definedValuesObject

Returns the value of attribute definedValues.



2642
2643
2644
# File 'lib/etapper/api/service.rb', line 2642

def definedValues
  @definedValues
end

#finalObject

Returns the value of attribute final.



2643
2644
2645
# File 'lib/etapper/api/service.rb', line 2643

def final
  @final
end

#fundObject

Returns the value of attribute fund.



2644
2645
2646
# File 'lib/etapper/api/service.rb', line 2644

def fund
  @fund
end

#fundraiserObject

Returns the value of attribute fundraiser.



2645
2646
2647
# File 'lib/etapper/api/service.rb', line 2645

def fundraiser
  @fundraiser
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



2646
2647
2648
# File 'lib/etapper/api/service.rb', line 2646

def lastModifiedDate
  @lastModifiedDate
end

#letterObject

Returns the value of attribute letter.



2647
2648
2649
# File 'lib/etapper/api/service.rb', line 2647

def letter
  @letter
end

#linkedGiftsAmountObject

Returns the value of attribute linkedGiftsAmount.



2648
2649
2650
# File 'lib/etapper/api/service.rb', line 2648

def linkedGiftsAmount
  @linkedGiftsAmount
end

#nextGiftAmountObject

Returns the value of attribute nextGiftAmount.



2649
2650
2651
# File 'lib/etapper/api/service.rb', line 2649

def nextGiftAmount
  @nextGiftAmount
end

#nextGiftDateObject

Returns the value of attribute nextGiftDate.



2650
2651
2652
# File 'lib/etapper/api/service.rb', line 2650

def nextGiftDate
  @nextGiftDate
end

#nonDeductibleAmountObject

Returns the value of attribute nonDeductibleAmount.



2651
2652
2653
# File 'lib/etapper/api/service.rb', line 2651

def nonDeductibleAmount
  @nonDeductibleAmount
end

#noteObject

Returns the value of attribute note.



2652
2653
2654
# File 'lib/etapper/api/service.rb', line 2652

def note
  @note
end

#originalAccountNameObject

Returns the value of attribute originalAccountName.



2653
2654
2655
# File 'lib/etapper/api/service.rb', line 2653

def originalAccountName
  @originalAccountName
end

#originalAccountRefObject

Returns the value of attribute originalAccountRef.



2654
2655
2656
# File 'lib/etapper/api/service.rb', line 2654

def originalAccountRef
  @originalAccountRef
end

#originalTransactionRefObject

Returns the value of attribute originalTransactionRef.



2655
2656
2657
# File 'lib/etapper/api/service.rb', line 2655

def originalTransactionRef
  @originalTransactionRef
end

#receiptObject

Returns the value of attribute receipt.



2656
2657
2658
# File 'lib/etapper/api/service.rb', line 2656

def receipt
  @receipt
end

#recognitionNameObject

Returns the value of attribute recognitionName.



2657
2658
2659
# File 'lib/etapper/api/service.rb', line 2657

def recognitionName
  @recognitionName
end

#recognitionTypeObject

Returns the value of attribute recognitionType.



2658
2659
2660
# File 'lib/etapper/api/service.rb', line 2658

def recognitionType
  @recognitionType
end

#refObject

Returns the value of attribute ref.



2659
2660
2661
# File 'lib/etapper/api/service.rb', line 2659

def ref
  @ref
end

#scheduleObject

Returns the value of attribute schedule.



2660
2661
2662
# File 'lib/etapper/api/service.rb', line 2660

def schedule
  @schedule
end

#scheduledValuableObject

Returns the value of attribute scheduledValuable.



2661
2662
2663
# File 'lib/etapper/api/service.rb', line 2661

def scheduledValuable
  @scheduledValuable
end

#softCreditObject

Returns the value of attribute softCredit.



2662
2663
2664
# File 'lib/etapper/api/service.rb', line 2662

def softCredit
  @softCredit
end

#tributeAccountNameObject

Returns the value of attribute tributeAccountName.



2663
2664
2665
# File 'lib/etapper/api/service.rb', line 2663

def tributeAccountName
  @tributeAccountName
end

#tributeAccountRefObject

Returns the value of attribute tributeAccountRef.



2664
2665
2666
# File 'lib/etapper/api/service.rb', line 2664

def tributeAccountRef
  @tributeAccountRef
end

#typeObject

Returns the value of attribute type.



2665
2666
2667
# File 'lib/etapper/api/service.rb', line 2665

def type
  @type
end