Class: Etapper::API::RecurringGift

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

Overview

etapestryAPI/serviceRecurringGift

accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
amount - SOAP::SOAPDouble
approach - SOAP::SOAPString
attachments - 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

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, 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)
  @accountName = accountName
  @accountRef = accountRef
  @amount = amount
  @approach = approach
  @attachments = 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

#accountNameObject

Returns the value of attribute accountName.



1292
1293
1294
# File 'lib/etapper/api/service.rb', line 1292

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



1293
1294
1295
# File 'lib/etapper/api/service.rb', line 1293

def accountRef
  @accountRef
end

#amountObject

Returns the value of attribute amount.



1294
1295
1296
# File 'lib/etapper/api/service.rb', line 1294

def amount
  @amount
end

#approachObject

Returns the value of attribute approach.



1295
1296
1297
# File 'lib/etapper/api/service.rb', line 1295

def approach
  @approach
end

#attachmentsObject

Returns the value of attribute attachments.



1296
1297
1298
# File 'lib/etapper/api/service.rb', line 1296

def attachments
  @attachments
end

#campaignObject

Returns the value of attribute campaign.



1297
1298
1299
# File 'lib/etapper/api/service.rb', line 1297

def campaign
  @campaign
end

#copyRgsElementsObject

Returns the value of attribute copyRgsElements.



1298
1299
1300
# File 'lib/etapper/api/service.rb', line 1298

def copyRgsElements
  @copyRgsElements
end

#createdDateObject

Returns the value of attribute createdDate.



1299
1300
1301
# File 'lib/etapper/api/service.rb', line 1299

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



1300
1301
1302
# File 'lib/etapper/api/service.rb', line 1300

def date
  @date
end

#definedValuesObject

Returns the value of attribute definedValues.



1301
1302
1303
# File 'lib/etapper/api/service.rb', line 1301

def definedValues
  @definedValues
end

#finalObject

Returns the value of attribute final.



1302
1303
1304
# File 'lib/etapper/api/service.rb', line 1302

def final
  @final
end

#fundObject

Returns the value of attribute fund.



1303
1304
1305
# File 'lib/etapper/api/service.rb', line 1303

def fund
  @fund
end

#fundraiserObject

Returns the value of attribute fundraiser.



1304
1305
1306
# File 'lib/etapper/api/service.rb', line 1304

def fundraiser
  @fundraiser
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



1305
1306
1307
# File 'lib/etapper/api/service.rb', line 1305

def lastModifiedDate
  @lastModifiedDate
end

#letterObject

Returns the value of attribute letter.



1306
1307
1308
# File 'lib/etapper/api/service.rb', line 1306

def letter
  @letter
end

#nonDeductibleAmountObject

Returns the value of attribute nonDeductibleAmount.



1307
1308
1309
# File 'lib/etapper/api/service.rb', line 1307

def nonDeductibleAmount
  @nonDeductibleAmount
end

#noteObject

Returns the value of attribute note.



1308
1309
1310
# File 'lib/etapper/api/service.rb', line 1308

def note
  @note
end

#offsettingRefObject

Returns the value of attribute offsettingRef.



1309
1310
1311
# File 'lib/etapper/api/service.rb', line 1309

def offsettingRef
  @offsettingRef
end

#originalAccountNameObject

Returns the value of attribute originalAccountName.



1310
1311
1312
# File 'lib/etapper/api/service.rb', line 1310

def originalAccountName
  @originalAccountName
end

#originalAccountRefObject

Returns the value of attribute originalAccountRef.



1311
1312
1313
# File 'lib/etapper/api/service.rb', line 1311

def originalAccountRef
  @originalAccountRef
end

#originalTransactionRefObject

Returns the value of attribute originalTransactionRef.



1312
1313
1314
# File 'lib/etapper/api/service.rb', line 1312

def originalTransactionRef
  @originalTransactionRef
end

#receiptObject

Returns the value of attribute receipt.



1313
1314
1315
# File 'lib/etapper/api/service.rb', line 1313

def receipt
  @receipt
end

#recognitionNameObject

Returns the value of attribute recognitionName.



1314
1315
1316
# File 'lib/etapper/api/service.rb', line 1314

def recognitionName
  @recognitionName
end

#recognitionTypeObject

Returns the value of attribute recognitionType.



1315
1316
1317
# File 'lib/etapper/api/service.rb', line 1315

def recognitionType
  @recognitionType
end

#recurringGiftScheduleRefObject

Returns the value of attribute recurringGiftScheduleRef.



1316
1317
1318
# File 'lib/etapper/api/service.rb', line 1316

def recurringGiftScheduleRef
  @recurringGiftScheduleRef
end

#refObject

Returns the value of attribute ref.



1317
1318
1319
# File 'lib/etapper/api/service.rb', line 1317

def ref
  @ref
end

#softCreditObject

Returns the value of attribute softCredit.



1318
1319
1320
# File 'lib/etapper/api/service.rb', line 1318

def softCredit
  @softCredit
end

#tributeAccountNameObject

Returns the value of attribute tributeAccountName.



1319
1320
1321
# File 'lib/etapper/api/service.rb', line 1319

def tributeAccountName
  @tributeAccountName
end

#tributeAccountRefObject

Returns the value of attribute tributeAccountRef.



1320
1321
1322
# File 'lib/etapper/api/service.rb', line 1320

def tributeAccountRef
  @tributeAccountRef
end

#typeObject

Returns the value of attribute type.



1321
1322
1323
# File 'lib/etapper/api/service.rb', line 1321

def type
  @type
end

#valuableObject

Returns the value of attribute valuable.



1322
1323
1324
# File 'lib/etapper/api/service.rb', line 1322

def valuable
  @valuable
end