Class: Etapper::API::RecurringGift
- Inherits:
-
Object
- Object
- Etapper::API::RecurringGift
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceRecurringGift
accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
amount - SOAP::SOAPDouble
approach - SOAP::SOAPString
- Etapper::API::ArrayOfAttachment
campaign - SOAP::SOAPString
copyRgsElements - SOAP::SOAPBoolean
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
nonDeductibleAmount - SOAP::SOAPDouble
note - SOAP::SOAPString
offsettingRef - SOAP::SOAPString
originalAccountName - SOAP::SOAPString
originalAccountRef - SOAP::SOAPString
originalTransactionRef - SOAP::SOAPString
receipt - SOAP::SOAPString
recognitionName - SOAP::SOAPString
recognitionType - SOAP::SOAPInt
recurringGiftScheduleRef - SOAP::SOAPString
ref - 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.
-
#copyRgsElements ⇒ Object
Returns the value of attribute copyRgsElements.
-
#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.
-
#nonDeductibleAmount ⇒ Object
Returns the value of attribute nonDeductibleAmount.
-
#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.
-
#receipt ⇒ Object
Returns the value of attribute receipt.
-
#recognitionName ⇒ Object
Returns the value of attribute recognitionName.
-
#recognitionType ⇒ Object
Returns the value of attribute recognitionType.
-
#recurringGiftScheduleRef ⇒ Object
Returns the value of attribute recurringGiftScheduleRef.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#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, copyRgsElements = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, fundraiser = nil, lastModifiedDate = nil, letter = nil, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, originalAccountName = nil, originalAccountRef = nil, originalTransactionRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, recurringGiftScheduleRef = nil, ref = nil, softCredit = nil, tributeAccountName = nil, tributeAccountRef = nil, type = nil, valuable = nil) ⇒ RecurringGift
Returns a new instance of RecurringGift.
1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/etapper/api/service.rb', line 1324 def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, = nil, campaign = nil, copyRgsElements = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, fundraiser = nil, lastModifiedDate = nil, letter = nil, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, originalAccountName = nil, originalAccountRef = nil, originalTransactionRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, recurringGiftScheduleRef = nil, ref = nil, softCredit = nil, tributeAccountName = nil, tributeAccountRef = nil, type = nil, valuable = nil) @accountName = accountName @accountRef = accountRef @amount = amount @approach = approach @attachments = @campaign = campaign @copyRgsElements = copyRgsElements @createdDate = createdDate @date = date @definedValues = definedValues @final = final @fund = fund @fundraiser = fundraiser @lastModifiedDate = lastModifiedDate @letter = letter @nonDeductibleAmount = nonDeductibleAmount @note = note @offsettingRef = offsettingRef @originalAccountName = originalAccountName @originalAccountRef = originalAccountRef @originalTransactionRef = originalTransactionRef @receipt = receipt @recognitionName = recognitionName @recognitionType = recognitionType @recurringGiftScheduleRef = recurringGiftScheduleRef @ref = ref @softCredit = softCredit @tributeAccountName = tributeAccountName @tributeAccountRef = tributeAccountRef @type = type @valuable = valuable end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
1292 1293 1294 |
# File 'lib/etapper/api/service.rb', line 1292 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
1293 1294 1295 |
# File 'lib/etapper/api/service.rb', line 1293 def accountRef @accountRef end |
#amount ⇒ Object
Returns the value of attribute amount.
1294 1295 1296 |
# File 'lib/etapper/api/service.rb', line 1294 def amount @amount end |
#approach ⇒ Object
Returns the value of attribute approach.
1295 1296 1297 |
# File 'lib/etapper/api/service.rb', line 1295 def approach @approach end |
#attachments ⇒ Object
Returns the value of attribute attachments.
1296 1297 1298 |
# File 'lib/etapper/api/service.rb', line 1296 def @attachments end |
#campaign ⇒ Object
Returns the value of attribute campaign.
1297 1298 1299 |
# File 'lib/etapper/api/service.rb', line 1297 def campaign @campaign end |
#copyRgsElements ⇒ Object
Returns the value of attribute copyRgsElements.
1298 1299 1300 |
# File 'lib/etapper/api/service.rb', line 1298 def copyRgsElements @copyRgsElements end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
1299 1300 1301 |
# File 'lib/etapper/api/service.rb', line 1299 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
1300 1301 1302 |
# File 'lib/etapper/api/service.rb', line 1300 def date @date end |
#definedValues ⇒ Object
Returns the value of attribute definedValues.
1301 1302 1303 |
# File 'lib/etapper/api/service.rb', line 1301 def definedValues @definedValues end |
#final ⇒ Object
Returns the value of attribute final.
1302 1303 1304 |
# File 'lib/etapper/api/service.rb', line 1302 def final @final end |
#fund ⇒ Object
Returns the value of attribute fund.
1303 1304 1305 |
# File 'lib/etapper/api/service.rb', line 1303 def fund @fund end |
#fundraiser ⇒ Object
Returns the value of attribute fundraiser.
1304 1305 1306 |
# File 'lib/etapper/api/service.rb', line 1304 def fundraiser @fundraiser end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
1305 1306 1307 |
# File 'lib/etapper/api/service.rb', line 1305 def lastModifiedDate @lastModifiedDate end |
#letter ⇒ Object
Returns the value of attribute letter.
1306 1307 1308 |
# File 'lib/etapper/api/service.rb', line 1306 def letter @letter end |
#nonDeductibleAmount ⇒ Object
Returns the value of attribute nonDeductibleAmount.
1307 1308 1309 |
# File 'lib/etapper/api/service.rb', line 1307 def nonDeductibleAmount @nonDeductibleAmount end |
#note ⇒ Object
Returns the value of attribute note.
1308 1309 1310 |
# File 'lib/etapper/api/service.rb', line 1308 def note @note end |
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
1309 1310 1311 |
# File 'lib/etapper/api/service.rb', line 1309 def offsettingRef @offsettingRef end |
#originalAccountName ⇒ Object
Returns the value of attribute originalAccountName.
1310 1311 1312 |
# File 'lib/etapper/api/service.rb', line 1310 def originalAccountName @originalAccountName end |
#originalAccountRef ⇒ Object
Returns the value of attribute originalAccountRef.
1311 1312 1313 |
# File 'lib/etapper/api/service.rb', line 1311 def originalAccountRef @originalAccountRef end |
#originalTransactionRef ⇒ Object
Returns the value of attribute originalTransactionRef.
1312 1313 1314 |
# File 'lib/etapper/api/service.rb', line 1312 def originalTransactionRef @originalTransactionRef end |
#receipt ⇒ Object
Returns the value of attribute receipt.
1313 1314 1315 |
# File 'lib/etapper/api/service.rb', line 1313 def receipt @receipt end |
#recognitionName ⇒ Object
Returns the value of attribute recognitionName.
1314 1315 1316 |
# File 'lib/etapper/api/service.rb', line 1314 def recognitionName @recognitionName end |
#recognitionType ⇒ Object
Returns the value of attribute recognitionType.
1315 1316 1317 |
# File 'lib/etapper/api/service.rb', line 1315 def recognitionType @recognitionType end |
#recurringGiftScheduleRef ⇒ Object
Returns the value of attribute recurringGiftScheduleRef.
1316 1317 1318 |
# File 'lib/etapper/api/service.rb', line 1316 def recurringGiftScheduleRef @recurringGiftScheduleRef end |
#ref ⇒ Object
Returns the value of attribute ref.
1317 1318 1319 |
# File 'lib/etapper/api/service.rb', line 1317 def ref @ref end |
#softCredit ⇒ Object
Returns the value of attribute softCredit.
1318 1319 1320 |
# File 'lib/etapper/api/service.rb', line 1318 def softCredit @softCredit end |
#tributeAccountName ⇒ Object
Returns the value of attribute tributeAccountName.
1319 1320 1321 |
# File 'lib/etapper/api/service.rb', line 1319 def tributeAccountName @tributeAccountName end |
#tributeAccountRef ⇒ Object
Returns the value of attribute tributeAccountRef.
1320 1321 1322 |
# File 'lib/etapper/api/service.rb', line 1320 def tributeAccountRef @tributeAccountRef end |
#type ⇒ Object
Returns the value of attribute type.
1321 1322 1323 |
# File 'lib/etapper/api/service.rb', line 1321 def type @type end |
#valuable ⇒ Object
Returns the value of attribute valuable.
1322 1323 1324 |
# File 'lib/etapper/api/service.rb', line 1322 def valuable @valuable end |