etapper 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +3 -0
- data/History.txt +4 -0
- data/Manifest.txt +13 -0
- data/PostInstall.txt +7 -0
- data/README.rdoc +48 -0
- data/Rakefile +62 -0
- data/VERSION +1 -0
- data/doc/APIQueryExample.java +61 -0
- data/doc/api/SortTable.js +176 -0
- data/doc/api/basics.html +23 -0
- data/doc/api/complexTypeSubMenu.html +41 -0
- data/doc/api/ct_Account.html +344 -0
- data/doc/api/ct_Attachment.html +71 -0
- data/doc/api/ct_Bond.html +71 -0
- data/doc/api/ct_Cash.html +35 -0
- data/doc/api/ct_Check.html +89 -0
- data/doc/api/ct_Contact.html +140 -0
- data/doc/api/ct_CreditCard.html +144 -0
- data/doc/api/ct_CustomPaymentSchedule.html +73 -0
- data/doc/api/ct_DefinedValue.html +95 -0
- data/doc/api/ct_Disbursement.html +210 -0
- data/doc/api/ct_DuplicateAccountSearch.html +90 -0
- data/doc/api/ct_ElectronicFundsTransfer.html +167 -0
- data/doc/api/ct_Gift.html +320 -0
- data/doc/api/ct_InKind.html +53 -0
- data/doc/api/ct_Insurance.html +116 -0
- data/doc/api/ct_JournalSummary.html +89 -0
- data/doc/api/ct_Note.html +131 -0
- data/doc/api/ct_Payment.html +316 -0
- data/doc/api/ct_Phone.html +51 -0
- data/doc/api/ct_Pledge.html +408 -0
- data/doc/api/ct_QueryResultStats.html +41 -0
- data/doc/api/ct_RealEstate.html +96 -0
- data/doc/api/ct_RecurringGift.html +320 -0
- data/doc/api/ct_RecurringGiftSchedule.html +311 -0
- data/doc/api/ct_SegmentedDonation.html +139 -0
- data/doc/api/ct_SegmentedPledge.html +165 -0
- data/doc/api/ct_SoftCredit.html +192 -0
- data/doc/api/ct_StandardPaymentSchedule.html +95 -0
- data/doc/api/ct_Stock.html +114 -0
- data/doc/api/ct_Valuable.html +127 -0
- data/doc/api/errors.html +569 -0
- data/doc/api/faq.html +26 -0
- data/doc/api/home.html +17 -0
- data/doc/api/images/arrow.gif +0 -0
- data/doc/api/images/etap.gif +0 -0
- data/doc/api/images/question.gif +0 -0
- data/doc/api/index.html +17 -0
- data/doc/api/main.css +24 -0
- data/doc/api/menu.css +9 -0
- data/doc/api/menu.html +25 -0
- data/doc/api/methodSubMenu.html +56 -0
- data/doc/api/method_addAccount.html +53 -0
- data/doc/api/method_addAndProcessGift.html +49 -0
- data/doc/api/method_addAndProcessPayment.html +49 -0
- data/doc/api/method_addContact.html +49 -0
- data/doc/api/method_addDisbursement.html +49 -0
- data/doc/api/method_addGift.html +49 -0
- data/doc/api/method_addNote.html +49 -0
- data/doc/api/method_addPayment.html +49 -0
- data/doc/api/method_addPledge.html +53 -0
- data/doc/api/method_addSoftCredit.html +49 -0
- data/doc/api/method_getAccount.html +36 -0
- data/doc/api/method_getAccountById.html +40 -0
- data/doc/api/method_getAccountByPersonaType.html +50 -0
- data/doc/api/method_getAccountByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getApproaches.html +36 -0
- data/doc/api/method_getCampaigns.html +36 -0
- data/doc/api/method_getContact.html +36 -0
- data/doc/api/method_getContactByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getDisbursement.html +36 -0
- data/doc/api/method_getDuplicateAccount.html +48 -0
- data/doc/api/method_getDuplicateAccounts.html +48 -0
- data/doc/api/method_getFunds.html +36 -0
- data/doc/api/method_getGift.html +36 -0
- data/doc/api/method_getLetters.html +36 -0
- data/doc/api/method_getNote.html +36 -0
- data/doc/api/method_getNoteByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getPayment.html +36 -0
- data/doc/api/method_getPledge.html +36 -0
- data/doc/api/method_getQueryResultStats.html +45 -0
- data/doc/api/method_getRecurringGift.html +36 -0
- data/doc/api/method_getRecurringGiftSchedule.html +36 -0
- data/doc/api/method_getSegmentedDonation.html +36 -0
- data/doc/api/method_getSegmentedPledge.html +36 -0
- data/doc/api/method_getSoftCredit.html +36 -0
- data/doc/api/method_getSystemDefinedValues.html +45 -0
- data/doc/api/method_getTransaction.html +36 -0
- data/doc/api/method_getTransactionByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getUserDefinedSetValues.html +53 -0
- data/doc/api/method_login.html +45 -0
- data/doc/api/method_logout.html +35 -0
- data/doc/api/method_reverseTransaction.html +53 -0
- data/doc/api/method_updateAccount.html +53 -0
- data/doc/api/method_updateContact.html +49 -0
- data/doc/api/method_updateGift.html +53 -0
- data/doc/api/method_updateNote.html +49 -0
- data/doc/api/revisions.html +69 -0
- data/doc/api/robots.txt +65 -0
- data/doc/etapestry_wsdl.xml +3541 -0
- data/doc/faults.yml +442 -0
- data/doc/upgrading_wsdl.txt +8 -0
- data/etapper.gemspec +711 -0
- data/lib/etapper.rb +42 -0
- data/lib/etapper/api/ServiceClient.rb +1557 -0
- data/lib/etapper/api/service.rb +3373 -0
- data/lib/etapper/api/serviceDriver.rb +1176 -0
- data/lib/etapper/api/serviceMappingRegistry.rb +3144 -0
- data/lib/etapper/classes/account.rb +119 -0
- data/lib/etapper/classes/contact.rb +13 -0
- data/lib/etapper/classes/defined_value.rb +77 -0
- data/lib/etapper/classes/defined_value_hash.rb +48 -0
- data/lib/etapper/classes/duplicate_account_search.rb +49 -0
- data/lib/etapper/classes/etap_abstract.rb +59 -0
- data/lib/etapper/classes/etap_hash.rb +47 -0
- data/lib/etapper/classes/gift.rb +22 -0
- data/lib/etapper/classes/hashable.rb +20 -0
- data/lib/etapper/classes/journal_entry.rb +91 -0
- data/lib/etapper/classes/journal_entry_collection.rb +70 -0
- data/lib/etapper/classes/phone.rb +53 -0
- data/lib/etapper/classes/phone_hash.rb +10 -0
- data/lib/etapper/client.rb +121 -0
- data/lib/etapper/core_ext/string.rb +7 -0
- data/lib/etapper/core_ext/symbol.rb +7 -0
- data/lib/etapper/exceptions.rb +15 -0
- data/lib/etapper/session_filter.rb +45 -0
- data/lib/etapper/soap/generator.rb +14 -0
- data/script/console +10 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- data/spec/account_spec.rb +456 -0
- data/spec/authentication_spec.rb +152 -0
- data/spec/client_spec.rb +35 -0
- data/spec/contact_spec.rb +31 -0
- data/spec/core_ext_spec.rb +13 -0
- data/spec/defined_value_hash_spec.rb +22 -0
- data/spec/defined_value_spec.rb +64 -0
- data/spec/duplicate_account_search_spec.rb +57 -0
- data/spec/fixtures/accounts_api.yml +525 -0
- data/spec/fixtures/contacts_api.yml +98 -0
- data/spec/fixtures/defined_values_api.yml +86 -0
- data/spec/fixtures/gifts_api.yml +341 -0
- data/spec/fixtures/journal_entries_api_all.yml +5135 -0
- data/spec/fixtures/phones_api.yml +14 -0
- data/spec/gift_spec.rb +55 -0
- data/spec/hashable_spec.rb +39 -0
- data/spec/journal_entry_collection_spec.rb +84 -0
- data/spec/phone_hash_spec.rb +15 -0
- data/spec/phone_spec.rb +29 -0
- data/spec/proxying_spec.rb +34 -0
- data/spec/shared_etap_abstract_spec.rb +30 -0
- data/spec/shared_etap_hash_spec.rb +38 -0
- data/spec/shared_journal_entry_spec.rb +80 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +34 -0
- data/spec/stub_driver.rb +45 -0
- data/tasks/rspec.rake +21 -0
- data/tasks/update_wsdl.rake +8 -0
- data/vendor/gems/english-0.3.1/CHANGES +13 -0
- data/vendor/gems/english-0.3.1/COPYING +355 -0
- data/vendor/gems/english-0.3.1/MANIFEST +54 -0
- data/vendor/gems/english-0.3.1/README +63 -0
- data/vendor/gems/english-0.3.1/RELEASE +15 -0
- data/vendor/gems/english-0.3.1/VERSION +1 -0
- data/vendor/gems/english-0.3.1/lib/english/array.rb +48 -0
- data/vendor/gems/english-0.3.1/lib/english/censor.rb +76 -0
- data/vendor/gems/english-0.3.1/lib/english/double_metaphone.rb +353 -0
- data/vendor/gems/english-0.3.1/lib/english/dresner.rb +47 -0
- data/vendor/gems/english-0.3.1/lib/english/inflect.rb +299 -0
- data/vendor/gems/english-0.3.1/lib/english/jumble.rb +37 -0
- data/vendor/gems/english-0.3.1/lib/english/levenshtein.rb +78 -0
- data/vendor/gems/english-0.3.1/lib/english/metaphone.rb +110 -0
- data/vendor/gems/english-0.3.1/lib/english/numerals.rb +71 -0
- data/vendor/gems/english-0.3.1/lib/english/patterns.rb +49 -0
- data/vendor/gems/english-0.3.1/lib/english/porter_stemming.rb +188 -0
- data/vendor/gems/english-0.3.1/lib/english/roman.rb +174 -0
- data/vendor/gems/english-0.3.1/lib/english/similarity.rb +103 -0
- data/vendor/gems/english-0.3.1/lib/english/soundex.rb +70 -0
- data/vendor/gems/english-0.3.1/lib/english/string.rb +210 -0
- data/vendor/gems/english-0.3.1/lib/english/style.rb +294 -0
- data/vendor/gems/english-0.3.1/lib/english/style_orm.rb +143 -0
- data/vendor/gems/english-0.3.1/lib/english/textfilter.rb +91 -0
- data/vendor/gems/english-0.3.1/meta/abstract +3 -0
- data/vendor/gems/english-0.3.1/meta/authors +2 -0
- data/vendor/gems/english-0.3.1/meta/contact +1 -0
- data/vendor/gems/english-0.3.1/meta/created +1 -0
- data/vendor/gems/english-0.3.1/meta/homepage +1 -0
- data/vendor/gems/english-0.3.1/meta/releases +3 -0
- data/vendor/gems/english-0.3.1/meta/summary +1 -0
- data/vendor/gems/english-0.3.1/task/clean +6 -0
- data/vendor/gems/english-0.3.1/task/rdoc +10 -0
- data/vendor/gems/english-0.3.1/task/test +29 -0
- data/vendor/gems/english-0.3.1/test/fixture/double_metaphone.txt +1217 -0
- data/vendor/gems/english-0.3.1/test/fixture/metaphone.txt +51 -0
- data/vendor/gems/english-0.3.1/test/fixture/metaphone_lp.txt +52 -0
- data/vendor/gems/english-0.3.1/test/fixture/porter_stemming_input.txt +23531 -0
- data/vendor/gems/english-0.3.1/test/fixture/porter_stemming_output.txt +23531 -0
- data/vendor/gems/english-0.3.1/test/fixture/soundex.txt +15 -0
- data/vendor/gems/english-0.3.1/test/test_censor.rb +18 -0
- data/vendor/gems/english-0.3.1/test/test_double_metaphone.rb +23 -0
- data/vendor/gems/english-0.3.1/test/test_dresner.rb +17 -0
- data/vendor/gems/english-0.3.1/test/test_inflect.rb +93 -0
- data/vendor/gems/english-0.3.1/test/test_levenshtein.rb +82 -0
- data/vendor/gems/english-0.3.1/test/test_metaphone.rb +45 -0
- data/vendor/gems/english-0.3.1/test/test_porter_stemming.rb +22 -0
- data/vendor/gems/english-0.3.1/test/test_similarity.rb +13 -0
- data/vendor/gems/english-0.3.1/test/test_soundex.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/bin/wsdl2ruby.rb +137 -0
- data/vendor/gems/soap4r-1.5.8.2/bin/xsd2ruby.rb +90 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/attachment.rb +108 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/attrproxy.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/baseData.rb +1094 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/element.rb +277 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/aspDotNetHandler.rb +207 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/handler.rb +120 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/literalHandler.rb +195 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/soapHandler.rb +559 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter.rb +13 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter/filterchain.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter/handler.rb +31 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter/streamhandler.rb +29 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/generator.rb +299 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/handler.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/handlerset.rb +70 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/mappinghandler.rb +47 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/simplehandler.rb +44 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/httpconfigloader.rb +139 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping.rb +12 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/encodedregistry.rb +537 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/factory.rb +388 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/literalregistry.rb +391 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/mapping.rb +577 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/registry.rb +295 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/rubytypeFactory.rb +446 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/schemadefinition.rb +170 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/typeMap.rb +106 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/wsdlencodedregistry.rb +211 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/wsdlliteralregistry.rb +248 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/marshal.rb +59 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mimemessage.rb +241 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/nestedexception.rb +42 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/netHttpClient.rb +241 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/ns.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/parser.rb +252 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/processor.rb +66 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/property.rb +333 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/proxy.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/cgistub.rb +247 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/driver.rb +221 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/element.rb +374 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/element.rb.orig +374 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/httpserver.rb +142 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/methodDef.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/proxy.rb +572 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/router.rb +662 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/rpc.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/soaplet.rb +200 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/standaloneServer.rb +43 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/soap.rb +151 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/streamHandler.rb +301 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/wsdlDriver.rb +164 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/binding.rb +65 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/data.rb +64 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/definitions.rb +236 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/documentation.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/import.rb +80 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/importer.rb +38 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/info.rb +50 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/message.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/operation.rb +151 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/operationBinding.rb +240 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/param.rb +93 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/parser.rb +164 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/part.rb +52 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/port.rb +66 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/portType.rb +75 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/service.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/address.rb +40 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/binding.rb +49 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/body.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/cgiStubCreator.rb +92 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/classDefCreator.rb +433 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/classDefCreatorSupport.rb +240 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/classNameCreator.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/clientSkeltonCreator.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/complexType.rb +173 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/data.rb +42 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/definitions.rb +200 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/driverCreator.rb +118 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/element.rb +33 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/encodedMappingRegistryCreator.rb +73 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/fault.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/header.rb +86 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/headerfault.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/literalMappingRegistryCreator.rb +115 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/mappingRegistryCreator.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/mappingRegistryCreatorSupport.rb +376 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/methodDefCreator.rb +199 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/operation.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/servantSkeltonCreator.rb +89 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/servletStubCreator.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/standaloneServerStubCreator.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/wsdl2ruby.rb +217 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/types.rb +44 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/wsdl.rb +24 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/all.rb +24 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/annotation.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/any.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/anyAttribute.rb +48 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/attribute.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/attributeGroup.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/choice.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexContent.rb +97 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexExtension.rb +119 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexRestriction.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexType.rb +193 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/content.rb +95 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/data.rb +116 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/element.rb +153 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/enumeration.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/fractiondigits.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/group.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/import.rb +53 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/importHandler.rb +45 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/importer.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/include.rb +48 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/length.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/list.rb +48 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/maxexclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/maxinclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/maxlength.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/minexclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/mininclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/minlength.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/parser.rb +167 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/pattern.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/ref.rb +33 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/schema.rb +178 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/sequence.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleContent.rb +69 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleExtension.rb +62 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleRestriction.rb +132 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleType.rb +87 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/totaldigits.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/union.rb +35 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/unique.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/whitespace.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/xsd2ruby.rb +174 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/charset.rb +188 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen.rb +12 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/classdef.rb +208 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/commentdef.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/gensupport.rb +273 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/methoddef.rb +70 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/moduledef.rb +208 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/datatypes.rb +1466 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/datatypes1999.rb +20 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/iconvcharset.rb +33 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/mapping.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/namedelements.rb +132 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/ns.rb +182 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/qname.rb +79 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser.rb +76 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser.rb.orig +76 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/libxmlparser.rb +119 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/parser.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/rexmlparser.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/xmlparser.rb +50 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/xmlscanner.rb +149 -0
- data/vendor/gems/soap4r-1.5.8.2/test/16runner.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/README.txt +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/SOAPBuildersInterop_R2.wsdl +461 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/SOAPBuildersInterop_R2GrB.wsdl +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/base.rb +288 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client.NetRemoting.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client.rb +1234 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client4S4C.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client4S4C2.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientASP.NET.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientApacheAxis.rb +16 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientApacheSOAP.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientBEAWebLogic.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientBase.rb +1967 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientCapeConnect.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientDelphi.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientEasySoap.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientFrontier.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientGLUE.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientHP.rb +13 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientJAX-RPC.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientJSOAP.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientKafkaXSLT.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientMSSOAPToolkit2.0.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientMSSOAPToolkit3.0.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientNuSOAP.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientNuWave.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientOpenLink.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientOracle.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientPEAR.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientPhalanx.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSIMACE.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSOAP4R.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSOAP__Lite.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSQLData.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSilverStream.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSpray2001.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSun.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientVWOpentalkSoap.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWASP.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWASPC.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWebMethods.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWhiteMesa.rb +28 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWingfoot.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientXMLBus.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientXMLRPC-EPI.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientXSOAP.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientZSI.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clienteSOAP.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientgSOAP.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientkSOAP.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/iSimonReg.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/interopResultBase.rb +114 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/interopService.rb +247 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/rwikiInteropService.rb +105 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/server.cgi +270 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/server.rb +275 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/simonReg.rb +123 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/test.sh +49 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR4/client.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/test/results +4810 -0
- data/vendor/gems/soap4r-1.5.8.2/test/runner.rb +7 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/classDef.rb +156 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/client.rb +542 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/driver.rb +183 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/servant.rb +1067 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/server.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/asp.net/hello.wsdl +96 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/asp.net/test_aspdotnet.rb +123 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/htdigest +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/htpasswd +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/test_basic.rb +117 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/test_digest.rb +118 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/calc.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/calc2.rb +29 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/server.cgi +13 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/server.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/server2.rb +20 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/test_calc.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/test_calc2.rb +55 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/test_calc_cgi.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/case/test_mapping.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/fault/test_customfault.rb +60 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/fault/test_fault.rb +46 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/fault/test_soaparray.rb +35 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/filter/test_filter.rb +146 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/server.cgi +119 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/session.pstoredb +0 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/test_authheader.rb +240 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/test_authheader_cgi.rb +121 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/test_simplehandler.rb +116 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/helloworld/hw_s.rb +16 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/helloworld/test_helloworld.rb +43 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/htpasswd +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/amazonEc.rb +4778 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/amazonEcDriver.rb +172 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/amazonresponse.xml +100 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/test_definedarray.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/marshaltestlib.rb +494 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/test_digraph.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/test_marshal.rb +26 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/test_struct.rb +47 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/README +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/ca.cert +23 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/client.cert +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/client.key +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/server.cert +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/server.key +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/sslsvr.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/subca.cert +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/test_ssl.rb +235 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/struct/test_struct.rb +70 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/styleuse/client.rb +20 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/styleuse/server.rb +86 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/swa/test_file.rb +75 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_basetype.rb +1090 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_cookie.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_custom_ns.rb +105 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_custommap.rb +110 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_empty.rb +105 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_envelopenamespace.rb +85 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_extraattr.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_generator.rb +27 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_httpconfigloader.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_mapping.rb +131 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_nestedexception.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_nil.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_no_indent.rb +88 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_property.rb +428 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_response_as_xml.rb +117 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_soapelement.rb +138 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_streamhandler.rb +270 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_styleuse.rb +326 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/README.txt +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/calc.wsdl +126 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/document.wsdl +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/echo_version.rb +29 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/simpletype.wsdl +63 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/test_calc.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/test_document.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/test_simpletype.rb +80 -0
- data/vendor/gems/soap4r-1.5.8.2/test/testutil.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/abstract/abstract.wsdl +176 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/abstract/test_abstract.rb +159 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/expectedClassDef.rb +128 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/expectedDriver.rb +59 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/expectedMappingRegistry.rb +176 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/lp.wsdl +147 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/test_anonymous.rb +130 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/any.wsdl +114 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedDriver.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedEcho.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedMappingRegistry.rb +63 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedService.rb +69 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/test_any.rb +193 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/axisArray/axisArray.wsdl +87 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/axisArray/test_axisarray.rb +124 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/choice/choice.wsdl +167 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/choice/test_choice.rb +310 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/complexcontent/complexContent.wsdl +83 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/complexcontent/test_echo.rb +90 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/DatetimeService.rb +44 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/datetime.rb +0 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/datetime.wsdl +45 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/datetimeServant.rb +22 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/test_datetime.rb +86 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/array/double.wsdl +161 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/array/test_array.rb +201 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/document.wsdl +76 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/number.wsdl +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/ping_nosoapaction.wsdl +66 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/test_nosoapaction.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/test_number.rb +92 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/test_rpc.rb +355 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/emptycomplextype.wsdl +31 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/fault.wsdl +79 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/multifault.wsdl +96 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/test_fault.rb +119 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/test_multifault.rb +134 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/expectedClassdef.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/expectedDriver.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/expectedMappingRegistry.rb +67 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/group.wsdl +88 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/test_rpc.rb +145 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/list/list.wsdl +93 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/list/test_list.rb +124 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/map/map.wsdl +92 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/map/map.xml +43 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/map/test_map.rb +99 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/Person.rb +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/person.wsdl +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/person_org.rb +23 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/test_wsdlmarshal.rb +76 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/multiplefault.wsdl +75 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/oneway/oneway.wsdl +36 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/oneway/test_oneway.rb +108 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/expectedClient.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/expectedDriver.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/expectedServant.rb +35 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/overload.wsdl +70 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/test_overload.rb +131 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/lp.wsdl +47 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/lp.xsd +26 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/np.wsdl +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/test_qualified.rb +137 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/test_unqualified.rb +138 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/RAAService.rb +125 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/README.txt +8 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/expectedClassDef.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/expectedDriver.rb +96 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/expectedMappingRegistry.rb +121 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/raa.wsdl +264 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/test_raa.rb +126 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/expectedDriver.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/expectedProduct.rb +243 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/product.wsdl +147 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/test_ref.rb +268 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/rpc.wsdl +109 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/test-rpc-lit.wsdl +371 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/test_rpc.rb +176 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/test_rpc_lit.rb +470 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simplecontent/simplecontent.wsdl +84 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simplecontent/test_simplecontent.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_version.rb +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_versionDriver.rb +10 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_versionMappingRegistry.rb +4 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_versionServant.rb +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_version_service.rb +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_version_serviceClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedDriver.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedEchoVersion.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedMappingRegistry.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedServant.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedService.rb +55 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/rpc.wsdl +98 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/test_rpc.rb +52 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/simpletype.wsdl +114 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/test_simpletype.rb +92 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/soapbodyparts.wsdl +103 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/test_soapbodyparts.rb +79 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version.rb +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_versionDriver.rb +10 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_versionMappingRegistry.rb +4 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_versionServant.rb +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version_service.cgi +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version_service.rb +7 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version_serviceClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedDriver.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedMappingRegistry.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedServant.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedService.cgi +48 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedService.rb +55 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/rpc.wsdl +80 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/section/section.xsd +31 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/section/test_section.rb +53 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/soapenc/soapenc.wsdl +64 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/soapenc/test_soapenc.rb +83 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soaptype/soaptype.wsdl +61 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soaptype/test_soaptype.rb +178 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/test_emptycomplextype.rb +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/test_fault.rb +50 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/test_multiplefault.rb +41 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/codegen/test_classdef.rb +244 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/noencoding.xml +4 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_noencoding.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_ns.rb +41 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_xmlschemaparser.rb +22 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_xsd.rb +1638 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xmllang.xml +43 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xmlschema.xml +12 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/expected_mysample.rb +65 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/expected_mysample_mapper.rb +11 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/expected_mysample_mapping_registry.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/section.xsd +49 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/test_xsd2ruby.rb +90 -0
- metadata +740 -0
@@ -0,0 +1,3373 @@
|
|
1
|
+
require 'xsd/qname'
|
2
|
+
|
3
|
+
module Etapper::API
|
4
|
+
|
5
|
+
|
6
|
+
# {etapestryAPI/service}Account
|
7
|
+
# accountCreatedDate - SOAP::SOAPDateTime
|
8
|
+
# accountDefinedValues - Etapper::API::ArrayOfDefinedValue
|
9
|
+
# accountLastModifiedDate - SOAP::SOAPDateTime
|
10
|
+
# accountRoleType - SOAP::SOAPInt
|
11
|
+
# address - SOAP::SOAPString
|
12
|
+
# city - SOAP::SOAPString
|
13
|
+
# country - SOAP::SOAPString
|
14
|
+
# county - SOAP::SOAPString
|
15
|
+
# donorRecognitionName - SOAP::SOAPString
|
16
|
+
# donorRecognitionType - SOAP::SOAPInt
|
17
|
+
# donorRoleRef - SOAP::SOAPString
|
18
|
+
# email - SOAP::SOAPString
|
19
|
+
# firstName - SOAP::SOAPString
|
20
|
+
# id - SOAP::SOAPInt
|
21
|
+
# lastName - SOAP::SOAPString
|
22
|
+
# longSalutation - SOAP::SOAPString
|
23
|
+
# middleName - SOAP::SOAPString
|
24
|
+
# name - SOAP::SOAPString
|
25
|
+
# note - SOAP::SOAPString
|
26
|
+
# personaCreatedDate - SOAP::SOAPDateTime
|
27
|
+
# personaDefinedValues - Etapper::API::ArrayOfDefinedValue
|
28
|
+
# personaLastModifiedDate - SOAP::SOAPDateTime
|
29
|
+
# personaType - SOAP::SOAPString
|
30
|
+
# personaTypes - Etapper::API::ArrayOfstring
|
31
|
+
# phones - Etapper::API::ArrayOfPhone
|
32
|
+
# postalCode - SOAP::SOAPString
|
33
|
+
# primaryPersona - SOAP::SOAPBoolean
|
34
|
+
# ref - SOAP::SOAPString
|
35
|
+
# shortSalutation - SOAP::SOAPString
|
36
|
+
# sortName - SOAP::SOAPString
|
37
|
+
# state - SOAP::SOAPString
|
38
|
+
# teamRoleRef - SOAP::SOAPString
|
39
|
+
# title - SOAP::SOAPString
|
40
|
+
# tributeRoleRef - SOAP::SOAPString
|
41
|
+
# userRoleRef - SOAP::SOAPString
|
42
|
+
# webAddress - SOAP::SOAPString
|
43
|
+
class Account
|
44
|
+
attr_accessor :accountCreatedDate
|
45
|
+
attr_accessor :accountDefinedValues
|
46
|
+
attr_accessor :accountLastModifiedDate
|
47
|
+
attr_accessor :accountRoleType
|
48
|
+
attr_accessor :address
|
49
|
+
attr_accessor :city
|
50
|
+
attr_accessor :country
|
51
|
+
attr_accessor :county
|
52
|
+
attr_accessor :donorRecognitionName
|
53
|
+
attr_accessor :donorRecognitionType
|
54
|
+
attr_accessor :donorRoleRef
|
55
|
+
attr_accessor :email
|
56
|
+
attr_accessor :firstName
|
57
|
+
attr_accessor :id
|
58
|
+
attr_accessor :lastName
|
59
|
+
attr_accessor :longSalutation
|
60
|
+
attr_accessor :middleName
|
61
|
+
attr_accessor :name
|
62
|
+
attr_accessor :note
|
63
|
+
attr_accessor :personaCreatedDate
|
64
|
+
attr_accessor :personaDefinedValues
|
65
|
+
attr_accessor :personaLastModifiedDate
|
66
|
+
attr_accessor :personaType
|
67
|
+
attr_accessor :personaTypes
|
68
|
+
attr_accessor :phones
|
69
|
+
attr_accessor :postalCode
|
70
|
+
attr_accessor :primaryPersona
|
71
|
+
attr_accessor :ref
|
72
|
+
attr_accessor :shortSalutation
|
73
|
+
attr_accessor :sortName
|
74
|
+
attr_accessor :state
|
75
|
+
attr_accessor :teamRoleRef
|
76
|
+
attr_accessor :title
|
77
|
+
attr_accessor :tributeRoleRef
|
78
|
+
attr_accessor :userRoleRef
|
79
|
+
attr_accessor :webAddress
|
80
|
+
|
81
|
+
def initialize(accountCreatedDate = nil, accountDefinedValues = nil, accountLastModifiedDate = nil, accountRoleType = nil, address = nil, city = nil, country = nil, county = nil, donorRecognitionName = nil, donorRecognitionType = nil, donorRoleRef = nil, email = nil, firstName = nil, id = nil, lastName = nil, longSalutation = nil, middleName = nil, name = nil, note = nil, personaCreatedDate = nil, personaDefinedValues = nil, personaLastModifiedDate = nil, personaType = nil, personaTypes = nil, phones = nil, postalCode = nil, primaryPersona = nil, ref = nil, shortSalutation = nil, sortName = nil, state = nil, teamRoleRef = nil, title = nil, tributeRoleRef = nil, userRoleRef = nil, webAddress = nil)
|
82
|
+
@accountCreatedDate = accountCreatedDate
|
83
|
+
@accountDefinedValues = accountDefinedValues
|
84
|
+
@accountLastModifiedDate = accountLastModifiedDate
|
85
|
+
@accountRoleType = accountRoleType
|
86
|
+
@address = address
|
87
|
+
@city = city
|
88
|
+
@country = country
|
89
|
+
@county = county
|
90
|
+
@donorRecognitionName = donorRecognitionName
|
91
|
+
@donorRecognitionType = donorRecognitionType
|
92
|
+
@donorRoleRef = donorRoleRef
|
93
|
+
@email = email
|
94
|
+
@firstName = firstName
|
95
|
+
@id = id
|
96
|
+
@lastName = lastName
|
97
|
+
@longSalutation = longSalutation
|
98
|
+
@middleName = middleName
|
99
|
+
@name = name
|
100
|
+
@note = note
|
101
|
+
@personaCreatedDate = personaCreatedDate
|
102
|
+
@personaDefinedValues = personaDefinedValues
|
103
|
+
@personaLastModifiedDate = personaLastModifiedDate
|
104
|
+
@personaType = personaType
|
105
|
+
@personaTypes = personaTypes
|
106
|
+
@phones = phones
|
107
|
+
@postalCode = postalCode
|
108
|
+
@primaryPersona = primaryPersona
|
109
|
+
@ref = ref
|
110
|
+
@shortSalutation = shortSalutation
|
111
|
+
@sortName = sortName
|
112
|
+
@state = state
|
113
|
+
@teamRoleRef = teamRoleRef
|
114
|
+
@title = title
|
115
|
+
@tributeRoleRef = tributeRoleRef
|
116
|
+
@userRoleRef = userRoleRef
|
117
|
+
@webAddress = webAddress
|
118
|
+
end
|
119
|
+
end
|
120
|
+
|
121
|
+
# {etapestryAPI/service}DefinedValue
|
122
|
+
# dataType - SOAP::SOAPInt
|
123
|
+
# displayType - SOAP::SOAPInt
|
124
|
+
# fieldName - SOAP::SOAPString
|
125
|
+
# fieldRef - SOAP::SOAPString
|
126
|
+
# value - SOAP::SOAPString
|
127
|
+
# valueRef - SOAP::SOAPString
|
128
|
+
class DefinedValue
|
129
|
+
attr_accessor :dataType
|
130
|
+
attr_accessor :displayType
|
131
|
+
attr_accessor :fieldName
|
132
|
+
attr_accessor :fieldRef
|
133
|
+
attr_accessor :value
|
134
|
+
attr_accessor :valueRef
|
135
|
+
|
136
|
+
def initialize(dataType = nil, displayType = nil, fieldName = nil, fieldRef = nil, value = nil, valueRef = nil)
|
137
|
+
@dataType = dataType
|
138
|
+
@displayType = displayType
|
139
|
+
@fieldName = fieldName
|
140
|
+
@fieldRef = fieldRef
|
141
|
+
@value = value
|
142
|
+
@valueRef = valueRef
|
143
|
+
end
|
144
|
+
end
|
145
|
+
|
146
|
+
# {etapestryAPI/service}Phone
|
147
|
+
# number - SOAP::SOAPString
|
148
|
+
# type - SOAP::SOAPString
|
149
|
+
class Phone
|
150
|
+
attr_accessor :number
|
151
|
+
attr_accessor :type
|
152
|
+
|
153
|
+
def initialize(number = nil, type = nil)
|
154
|
+
@number = number
|
155
|
+
@type = type
|
156
|
+
end
|
157
|
+
end
|
158
|
+
|
159
|
+
# {etapestryAPI/service}Gift
|
160
|
+
# accountName - SOAP::SOAPString
|
161
|
+
# accountRef - SOAP::SOAPString
|
162
|
+
# amount - SOAP::SOAPDouble
|
163
|
+
# approach - SOAP::SOAPString
|
164
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
165
|
+
# campaign - SOAP::SOAPString
|
166
|
+
# createdDate - SOAP::SOAPDateTime
|
167
|
+
# date - SOAP::SOAPDateTime
|
168
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
169
|
+
# final - SOAP::SOAPBoolean
|
170
|
+
# fund - SOAP::SOAPString
|
171
|
+
# fundraiser - SOAP::SOAPString
|
172
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
173
|
+
# letter - SOAP::SOAPString
|
174
|
+
# nonDeductibleAmount - SOAP::SOAPDouble
|
175
|
+
# note - SOAP::SOAPString
|
176
|
+
# offsettingRef - SOAP::SOAPString
|
177
|
+
# orderDetail - Etapper::API::OrderDetail
|
178
|
+
# orderInfo - Etapper::API::OrderInfo
|
179
|
+
# originalAccountName - SOAP::SOAPString
|
180
|
+
# originalAccountRef - SOAP::SOAPString
|
181
|
+
# originalTransactionRef - SOAP::SOAPString
|
182
|
+
# receipt - SOAP::SOAPString
|
183
|
+
# recognitionName - SOAP::SOAPString
|
184
|
+
# recognitionType - SOAP::SOAPInt
|
185
|
+
# ref - SOAP::SOAPString
|
186
|
+
# segmentedTransactionRef - SOAP::SOAPString
|
187
|
+
# softCredit - Etapper::API::SoftCredit
|
188
|
+
# tributeAccountName - SOAP::SOAPString
|
189
|
+
# tributeAccountRef - SOAP::SOAPString
|
190
|
+
# type - SOAP::SOAPInt
|
191
|
+
# valuable - Etapper::API::Valuable
|
192
|
+
class Gift
|
193
|
+
attr_accessor :accountName
|
194
|
+
attr_accessor :accountRef
|
195
|
+
attr_accessor :amount
|
196
|
+
attr_accessor :approach
|
197
|
+
attr_accessor :attachments
|
198
|
+
attr_accessor :campaign
|
199
|
+
attr_accessor :createdDate
|
200
|
+
attr_accessor :date
|
201
|
+
attr_accessor :definedValues
|
202
|
+
attr_accessor :final
|
203
|
+
attr_accessor :fund
|
204
|
+
attr_accessor :fundraiser
|
205
|
+
attr_accessor :lastModifiedDate
|
206
|
+
attr_accessor :letter
|
207
|
+
attr_accessor :nonDeductibleAmount
|
208
|
+
attr_accessor :note
|
209
|
+
attr_accessor :offsettingRef
|
210
|
+
attr_accessor :orderDetail
|
211
|
+
attr_accessor :orderInfo
|
212
|
+
attr_accessor :originalAccountName
|
213
|
+
attr_accessor :originalAccountRef
|
214
|
+
attr_accessor :originalTransactionRef
|
215
|
+
attr_accessor :receipt
|
216
|
+
attr_accessor :recognitionName
|
217
|
+
attr_accessor :recognitionType
|
218
|
+
attr_accessor :ref
|
219
|
+
attr_accessor :segmentedTransactionRef
|
220
|
+
attr_accessor :softCredit
|
221
|
+
attr_accessor :tributeAccountName
|
222
|
+
attr_accessor :tributeAccountRef
|
223
|
+
attr_accessor :type
|
224
|
+
attr_accessor :valuable
|
225
|
+
|
226
|
+
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, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, orderDetail = nil, orderInfo = nil, originalAccountName = nil, originalAccountRef = nil, originalTransactionRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, segmentedTransactionRef = nil, softCredit = nil, tributeAccountName = nil, tributeAccountRef = nil, type = nil, valuable = nil)
|
227
|
+
@accountName = accountName
|
228
|
+
@accountRef = accountRef
|
229
|
+
@amount = amount
|
230
|
+
@approach = approach
|
231
|
+
@attachments = attachments
|
232
|
+
@campaign = campaign
|
233
|
+
@createdDate = createdDate
|
234
|
+
@date = date
|
235
|
+
@definedValues = definedValues
|
236
|
+
@final = final
|
237
|
+
@fund = fund
|
238
|
+
@fundraiser = fundraiser
|
239
|
+
@lastModifiedDate = lastModifiedDate
|
240
|
+
@letter = letter
|
241
|
+
@nonDeductibleAmount = nonDeductibleAmount
|
242
|
+
@note = note
|
243
|
+
@offsettingRef = offsettingRef
|
244
|
+
@orderDetail = orderDetail
|
245
|
+
@orderInfo = orderInfo
|
246
|
+
@originalAccountName = originalAccountName
|
247
|
+
@originalAccountRef = originalAccountRef
|
248
|
+
@originalTransactionRef = originalTransactionRef
|
249
|
+
@receipt = receipt
|
250
|
+
@recognitionName = recognitionName
|
251
|
+
@recognitionType = recognitionType
|
252
|
+
@ref = ref
|
253
|
+
@segmentedTransactionRef = segmentedTransactionRef
|
254
|
+
@softCredit = softCredit
|
255
|
+
@tributeAccountName = tributeAccountName
|
256
|
+
@tributeAccountRef = tributeAccountRef
|
257
|
+
@type = type
|
258
|
+
@valuable = valuable
|
259
|
+
end
|
260
|
+
end
|
261
|
+
|
262
|
+
# {etapestryAPI/service}Attachment
|
263
|
+
# date - SOAP::SOAPDateTime
|
264
|
+
# fileContent - SOAP::SOAPBase64
|
265
|
+
# filename - SOAP::SOAPString
|
266
|
+
# mimeType - SOAP::SOAPString
|
267
|
+
# ref - SOAP::SOAPString
|
268
|
+
class Attachment
|
269
|
+
attr_accessor :date
|
270
|
+
attr_accessor :fileContent
|
271
|
+
attr_accessor :filename
|
272
|
+
attr_accessor :mimeType
|
273
|
+
attr_accessor :ref
|
274
|
+
|
275
|
+
def initialize(date = nil, fileContent = nil, filename = nil, mimeType = nil, ref = nil)
|
276
|
+
@date = date
|
277
|
+
@fileContent = fileContent
|
278
|
+
@filename = filename
|
279
|
+
@mimeType = mimeType
|
280
|
+
@ref = ref
|
281
|
+
end
|
282
|
+
end
|
283
|
+
|
284
|
+
# {etapestryAPI/service}OrderDetail
|
285
|
+
# itemName - SOAP::SOAPString
|
286
|
+
# itemRef - SOAP::SOAPString
|
287
|
+
# quantity - SOAP::SOAPInt
|
288
|
+
class OrderDetail
|
289
|
+
attr_accessor :itemName
|
290
|
+
attr_accessor :itemRef
|
291
|
+
attr_accessor :quantity
|
292
|
+
|
293
|
+
def initialize(itemName = nil, itemRef = nil, quantity = nil)
|
294
|
+
@itemName = itemName
|
295
|
+
@itemRef = itemRef
|
296
|
+
@quantity = quantity
|
297
|
+
end
|
298
|
+
end
|
299
|
+
|
300
|
+
# {etapestryAPI/service}OrderInfo
|
301
|
+
# billingAddress - SOAP::SOAPString
|
302
|
+
# billingCity - SOAP::SOAPString
|
303
|
+
# billingCountry - SOAP::SOAPString
|
304
|
+
# billingEmail - SOAP::SOAPString
|
305
|
+
# billingName - SOAP::SOAPString
|
306
|
+
# billingPhone - SOAP::SOAPString
|
307
|
+
# billingPostalCode - SOAP::SOAPString
|
308
|
+
# billingState - SOAP::SOAPString
|
309
|
+
# shippingAddress - SOAP::SOAPString
|
310
|
+
# shippingCity - SOAP::SOAPString
|
311
|
+
# shippingCountry - SOAP::SOAPString
|
312
|
+
# shippingName - SOAP::SOAPString
|
313
|
+
# shippingPostalCode - SOAP::SOAPString
|
314
|
+
# shippingState - SOAP::SOAPString
|
315
|
+
# shippingType - SOAP::SOAPInt
|
316
|
+
class OrderInfo
|
317
|
+
attr_accessor :billingAddress
|
318
|
+
attr_accessor :billingCity
|
319
|
+
attr_accessor :billingCountry
|
320
|
+
attr_accessor :billingEmail
|
321
|
+
attr_accessor :billingName
|
322
|
+
attr_accessor :billingPhone
|
323
|
+
attr_accessor :billingPostalCode
|
324
|
+
attr_accessor :billingState
|
325
|
+
attr_accessor :shippingAddress
|
326
|
+
attr_accessor :shippingCity
|
327
|
+
attr_accessor :shippingCountry
|
328
|
+
attr_accessor :shippingName
|
329
|
+
attr_accessor :shippingPostalCode
|
330
|
+
attr_accessor :shippingState
|
331
|
+
attr_accessor :shippingType
|
332
|
+
|
333
|
+
def initialize(billingAddress = nil, billingCity = nil, billingCountry = nil, billingEmail = nil, billingName = nil, billingPhone = nil, billingPostalCode = nil, billingState = nil, shippingAddress = nil, shippingCity = nil, shippingCountry = nil, shippingName = nil, shippingPostalCode = nil, shippingState = nil, shippingType = nil)
|
334
|
+
@billingAddress = billingAddress
|
335
|
+
@billingCity = billingCity
|
336
|
+
@billingCountry = billingCountry
|
337
|
+
@billingEmail = billingEmail
|
338
|
+
@billingName = billingName
|
339
|
+
@billingPhone = billingPhone
|
340
|
+
@billingPostalCode = billingPostalCode
|
341
|
+
@billingState = billingState
|
342
|
+
@shippingAddress = shippingAddress
|
343
|
+
@shippingCity = shippingCity
|
344
|
+
@shippingCountry = shippingCountry
|
345
|
+
@shippingName = shippingName
|
346
|
+
@shippingPostalCode = shippingPostalCode
|
347
|
+
@shippingState = shippingState
|
348
|
+
@shippingType = shippingType
|
349
|
+
end
|
350
|
+
end
|
351
|
+
|
352
|
+
# {etapestryAPI/service}SoftCredit
|
353
|
+
# accountName - SOAP::SOAPString
|
354
|
+
# accountRef - SOAP::SOAPString
|
355
|
+
# amount - SOAP::SOAPDouble
|
356
|
+
# approach - SOAP::SOAPString
|
357
|
+
# campaign - SOAP::SOAPString
|
358
|
+
# createdDate - SOAP::SOAPDateTime
|
359
|
+
# date - SOAP::SOAPDateTime
|
360
|
+
# final - SOAP::SOAPBoolean
|
361
|
+
# fund - SOAP::SOAPString
|
362
|
+
# hardCreditAccountName - SOAP::SOAPString
|
363
|
+
# hardCreditAccountRef - SOAP::SOAPString
|
364
|
+
# hardCreditRef - SOAP::SOAPString
|
365
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
366
|
+
# letter - SOAP::SOAPString
|
367
|
+
# note - SOAP::SOAPString
|
368
|
+
# ref - SOAP::SOAPString
|
369
|
+
# type - SOAP::SOAPInt
|
370
|
+
class SoftCredit
|
371
|
+
attr_accessor :accountName
|
372
|
+
attr_accessor :accountRef
|
373
|
+
attr_accessor :amount
|
374
|
+
attr_accessor :approach
|
375
|
+
attr_accessor :campaign
|
376
|
+
attr_accessor :createdDate
|
377
|
+
attr_accessor :date
|
378
|
+
attr_accessor :final
|
379
|
+
attr_accessor :fund
|
380
|
+
attr_accessor :hardCreditAccountName
|
381
|
+
attr_accessor :hardCreditAccountRef
|
382
|
+
attr_accessor :hardCreditRef
|
383
|
+
attr_accessor :lastModifiedDate
|
384
|
+
attr_accessor :letter
|
385
|
+
attr_accessor :note
|
386
|
+
attr_accessor :ref
|
387
|
+
attr_accessor :type
|
388
|
+
|
389
|
+
def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, campaign = nil, createdDate = nil, date = nil, final = nil, fund = nil, hardCreditAccountName = nil, hardCreditAccountRef = nil, hardCreditRef = nil, lastModifiedDate = nil, letter = nil, note = nil, ref = nil, type = nil)
|
390
|
+
@accountName = accountName
|
391
|
+
@accountRef = accountRef
|
392
|
+
@amount = amount
|
393
|
+
@approach = approach
|
394
|
+
@campaign = campaign
|
395
|
+
@createdDate = createdDate
|
396
|
+
@date = date
|
397
|
+
@final = final
|
398
|
+
@fund = fund
|
399
|
+
@hardCreditAccountName = hardCreditAccountName
|
400
|
+
@hardCreditAccountRef = hardCreditAccountRef
|
401
|
+
@hardCreditRef = hardCreditRef
|
402
|
+
@lastModifiedDate = lastModifiedDate
|
403
|
+
@letter = letter
|
404
|
+
@note = note
|
405
|
+
@ref = ref
|
406
|
+
@type = type
|
407
|
+
end
|
408
|
+
end
|
409
|
+
|
410
|
+
# {etapestryAPI/service}Valuable
|
411
|
+
# bond - Etapper::API::Bond
|
412
|
+
# cash - Etapper::API::Cash
|
413
|
+
# check - Etapper::API::Check
|
414
|
+
# creditCard - Etapper::API::CreditCard
|
415
|
+
# electronicFundsTransfer - Etapper::API::ElectronicFundsTransfer
|
416
|
+
# inKind - Etapper::API::InKind
|
417
|
+
# insurance - Etapper::API::Insurance
|
418
|
+
# realEstate - Etapper::API::RealEstate
|
419
|
+
# stock - Etapper::API::Stock
|
420
|
+
# type - SOAP::SOAPInt
|
421
|
+
class Valuable
|
422
|
+
attr_accessor :bond
|
423
|
+
attr_accessor :cash
|
424
|
+
attr_accessor :check
|
425
|
+
attr_accessor :creditCard
|
426
|
+
attr_accessor :electronicFundsTransfer
|
427
|
+
attr_accessor :inKind
|
428
|
+
attr_accessor :insurance
|
429
|
+
attr_accessor :realEstate
|
430
|
+
attr_accessor :stock
|
431
|
+
attr_accessor :type
|
432
|
+
|
433
|
+
def initialize(bond = nil, cash = nil, check = nil, creditCard = nil, electronicFundsTransfer = nil, inKind = nil, insurance = nil, realEstate = nil, stock = nil, type = nil)
|
434
|
+
@bond = bond
|
435
|
+
@cash = cash
|
436
|
+
@check = check
|
437
|
+
@creditCard = creditCard
|
438
|
+
@electronicFundsTransfer = electronicFundsTransfer
|
439
|
+
@inKind = inKind
|
440
|
+
@insurance = insurance
|
441
|
+
@realEstate = realEstate
|
442
|
+
@stock = stock
|
443
|
+
@type = type
|
444
|
+
end
|
445
|
+
end
|
446
|
+
|
447
|
+
# {etapestryAPI/service}Bond
|
448
|
+
# actualValue - SOAP::SOAPDouble
|
449
|
+
# dateCashed - SOAP::SOAPDateTime
|
450
|
+
# issuingEntity - SOAP::SOAPString
|
451
|
+
# maturityDate - SOAP::SOAPDateTime
|
452
|
+
# note - SOAP::SOAPString
|
453
|
+
class Bond
|
454
|
+
attr_accessor :actualValue
|
455
|
+
attr_accessor :dateCashed
|
456
|
+
attr_accessor :issuingEntity
|
457
|
+
attr_accessor :maturityDate
|
458
|
+
attr_accessor :note
|
459
|
+
|
460
|
+
def initialize(actualValue = nil, dateCashed = nil, issuingEntity = nil, maturityDate = nil, note = nil)
|
461
|
+
@actualValue = actualValue
|
462
|
+
@dateCashed = dateCashed
|
463
|
+
@issuingEntity = issuingEntity
|
464
|
+
@maturityDate = maturityDate
|
465
|
+
@note = note
|
466
|
+
end
|
467
|
+
end
|
468
|
+
|
469
|
+
# {etapestryAPI/service}Cash
|
470
|
+
# note - SOAP::SOAPString
|
471
|
+
class Cash
|
472
|
+
attr_accessor :note
|
473
|
+
|
474
|
+
def initialize(note = nil)
|
475
|
+
@note = note
|
476
|
+
end
|
477
|
+
end
|
478
|
+
|
479
|
+
# {etapestryAPI/service}Check
|
480
|
+
# account - SOAP::SOAPString
|
481
|
+
# bank - SOAP::SOAPString
|
482
|
+
# date - SOAP::SOAPDateTime
|
483
|
+
# note - SOAP::SOAPString
|
484
|
+
# number - SOAP::SOAPString
|
485
|
+
# payee - SOAP::SOAPString
|
486
|
+
# signator - SOAP::SOAPString
|
487
|
+
class Check
|
488
|
+
attr_accessor :account
|
489
|
+
attr_accessor :bank
|
490
|
+
attr_accessor :date
|
491
|
+
attr_accessor :note
|
492
|
+
attr_accessor :number
|
493
|
+
attr_accessor :payee
|
494
|
+
attr_accessor :signator
|
495
|
+
|
496
|
+
def initialize(account = nil, bank = nil, date = nil, note = nil, number = nil, payee = nil, signator = nil)
|
497
|
+
@account = account
|
498
|
+
@bank = bank
|
499
|
+
@date = date
|
500
|
+
@note = note
|
501
|
+
@number = number
|
502
|
+
@payee = payee
|
503
|
+
@signator = signator
|
504
|
+
end
|
505
|
+
end
|
506
|
+
|
507
|
+
# {etapestryAPI/service}CreditCard
|
508
|
+
# authorizationCode - SOAP::SOAPString
|
509
|
+
# cardType - SOAP::SOAPString
|
510
|
+
# cvv2 - SOAP::SOAPString
|
511
|
+
# expirationMonth - SOAP::SOAPInt
|
512
|
+
# expirationYear - SOAP::SOAPInt
|
513
|
+
# firstName - SOAP::SOAPString
|
514
|
+
# lastName - SOAP::SOAPString
|
515
|
+
# middleName - SOAP::SOAPString
|
516
|
+
# nameOnCard - SOAP::SOAPString
|
517
|
+
# note - SOAP::SOAPString
|
518
|
+
# number - SOAP::SOAPString
|
519
|
+
class CreditCard
|
520
|
+
attr_accessor :authorizationCode
|
521
|
+
attr_accessor :cardType
|
522
|
+
attr_accessor :cvv2
|
523
|
+
attr_accessor :expirationMonth
|
524
|
+
attr_accessor :expirationYear
|
525
|
+
attr_accessor :firstName
|
526
|
+
attr_accessor :lastName
|
527
|
+
attr_accessor :middleName
|
528
|
+
attr_accessor :nameOnCard
|
529
|
+
attr_accessor :note
|
530
|
+
attr_accessor :number
|
531
|
+
|
532
|
+
def initialize(authorizationCode = nil, cardType = nil, cvv2 = nil, expirationMonth = nil, expirationYear = nil, firstName = nil, lastName = nil, middleName = nil, nameOnCard = nil, note = nil, number = nil)
|
533
|
+
@authorizationCode = authorizationCode
|
534
|
+
@cardType = cardType
|
535
|
+
@cvv2 = cvv2
|
536
|
+
@expirationMonth = expirationMonth
|
537
|
+
@expirationYear = expirationYear
|
538
|
+
@firstName = firstName
|
539
|
+
@lastName = lastName
|
540
|
+
@middleName = middleName
|
541
|
+
@nameOnCard = nameOnCard
|
542
|
+
@note = note
|
543
|
+
@number = number
|
544
|
+
end
|
545
|
+
end
|
546
|
+
|
547
|
+
# {etapestryAPI/service}ElectronicFundsTransfer
|
548
|
+
# accountNumber - SOAP::SOAPString
|
549
|
+
# accountType - SOAP::SOAPInt
|
550
|
+
# authorizationCode - SOAP::SOAPString
|
551
|
+
# bank - SOAP::SOAPString
|
552
|
+
# dateOfBirth - SOAP::SOAPDateTime
|
553
|
+
# driversLicenseNumber - SOAP::SOAPString
|
554
|
+
# driversLicenseState - SOAP::SOAPString
|
555
|
+
# firstName - SOAP::SOAPString
|
556
|
+
# lastName - SOAP::SOAPString
|
557
|
+
# middleName - SOAP::SOAPString
|
558
|
+
# note - SOAP::SOAPString
|
559
|
+
# processDate - SOAP::SOAPDateTime
|
560
|
+
# routingNumber - SOAP::SOAPString
|
561
|
+
# ssn - SOAP::SOAPString
|
562
|
+
class ElectronicFundsTransfer
|
563
|
+
attr_accessor :accountNumber
|
564
|
+
attr_accessor :accountType
|
565
|
+
attr_accessor :authorizationCode
|
566
|
+
attr_accessor :bank
|
567
|
+
attr_accessor :dateOfBirth
|
568
|
+
attr_accessor :driversLicenseNumber
|
569
|
+
attr_accessor :driversLicenseState
|
570
|
+
attr_accessor :firstName
|
571
|
+
attr_accessor :lastName
|
572
|
+
attr_accessor :middleName
|
573
|
+
attr_accessor :note
|
574
|
+
attr_accessor :processDate
|
575
|
+
attr_accessor :routingNumber
|
576
|
+
attr_accessor :ssn
|
577
|
+
|
578
|
+
def initialize(accountNumber = nil, accountType = nil, authorizationCode = nil, bank = nil, dateOfBirth = nil, driversLicenseNumber = nil, driversLicenseState = nil, firstName = nil, lastName = nil, middleName = nil, note = nil, processDate = nil, routingNumber = nil, ssn = nil)
|
579
|
+
@accountNumber = accountNumber
|
580
|
+
@accountType = accountType
|
581
|
+
@authorizationCode = authorizationCode
|
582
|
+
@bank = bank
|
583
|
+
@dateOfBirth = dateOfBirth
|
584
|
+
@driversLicenseNumber = driversLicenseNumber
|
585
|
+
@driversLicenseState = driversLicenseState
|
586
|
+
@firstName = firstName
|
587
|
+
@lastName = lastName
|
588
|
+
@middleName = middleName
|
589
|
+
@note = note
|
590
|
+
@processDate = processDate
|
591
|
+
@routingNumber = routingNumber
|
592
|
+
@ssn = ssn
|
593
|
+
end
|
594
|
+
end
|
595
|
+
|
596
|
+
# {etapestryAPI/service}InKind
|
597
|
+
# note - SOAP::SOAPString
|
598
|
+
# saleDate - SOAP::SOAPDateTime
|
599
|
+
# saleValue - SOAP::SOAPDouble
|
600
|
+
class InKind
|
601
|
+
attr_accessor :note
|
602
|
+
attr_accessor :saleDate
|
603
|
+
attr_accessor :saleValue
|
604
|
+
|
605
|
+
def initialize(note = nil, saleDate = nil, saleValue = nil)
|
606
|
+
@note = note
|
607
|
+
@saleDate = saleDate
|
608
|
+
@saleValue = saleValue
|
609
|
+
end
|
610
|
+
end
|
611
|
+
|
612
|
+
# {etapestryAPI/service}Insurance
|
613
|
+
# beneficiary - SOAP::SOAPString
|
614
|
+
# insurer - SOAP::SOAPString
|
615
|
+
# lengthOfPolicyAgreement - SOAP::SOAPString
|
616
|
+
# note - SOAP::SOAPString
|
617
|
+
# organizationPayingPremiums - SOAP::SOAPBoolean
|
618
|
+
# policyNumber - SOAP::SOAPString
|
619
|
+
# premiumAmount - SOAP::SOAPDouble
|
620
|
+
# premiumFrequency - SOAP::SOAPInt
|
621
|
+
# surrenderDate - SOAP::SOAPDateTime
|
622
|
+
# surrenderValue - SOAP::SOAPDouble
|
623
|
+
class Insurance
|
624
|
+
attr_accessor :beneficiary
|
625
|
+
attr_accessor :insurer
|
626
|
+
attr_accessor :lengthOfPolicyAgreement
|
627
|
+
attr_accessor :note
|
628
|
+
attr_accessor :organizationPayingPremiums
|
629
|
+
attr_accessor :policyNumber
|
630
|
+
attr_accessor :premiumAmount
|
631
|
+
attr_accessor :premiumFrequency
|
632
|
+
attr_accessor :surrenderDate
|
633
|
+
attr_accessor :surrenderValue
|
634
|
+
|
635
|
+
def initialize(beneficiary = nil, insurer = nil, lengthOfPolicyAgreement = nil, note = nil, organizationPayingPremiums = nil, policyNumber = nil, premiumAmount = nil, premiumFrequency = nil, surrenderDate = nil, surrenderValue = nil)
|
636
|
+
@beneficiary = beneficiary
|
637
|
+
@insurer = insurer
|
638
|
+
@lengthOfPolicyAgreement = lengthOfPolicyAgreement
|
639
|
+
@note = note
|
640
|
+
@organizationPayingPremiums = organizationPayingPremiums
|
641
|
+
@policyNumber = policyNumber
|
642
|
+
@premiumAmount = premiumAmount
|
643
|
+
@premiumFrequency = premiumFrequency
|
644
|
+
@surrenderDate = surrenderDate
|
645
|
+
@surrenderValue = surrenderValue
|
646
|
+
end
|
647
|
+
end
|
648
|
+
|
649
|
+
# {etapestryAPI/service}RealEstate
|
650
|
+
# location - SOAP::SOAPString
|
651
|
+
# note - SOAP::SOAPString
|
652
|
+
# realEstateType - SOAP::SOAPString
|
653
|
+
# saleDate - SOAP::SOAPDateTime
|
654
|
+
# saleValue - SOAP::SOAPDouble
|
655
|
+
# size - SOAP::SOAPString
|
656
|
+
# taxParcelNumber - SOAP::SOAPString
|
657
|
+
class RealEstate
|
658
|
+
attr_accessor :location
|
659
|
+
attr_accessor :note
|
660
|
+
attr_accessor :realEstateType
|
661
|
+
attr_accessor :saleDate
|
662
|
+
attr_accessor :saleValue
|
663
|
+
attr_accessor :size
|
664
|
+
attr_accessor :taxParcelNumber
|
665
|
+
|
666
|
+
def initialize(location = nil, note = nil, realEstateType = nil, saleDate = nil, saleValue = nil, size = nil, taxParcelNumber = nil)
|
667
|
+
@location = location
|
668
|
+
@note = note
|
669
|
+
@realEstateType = realEstateType
|
670
|
+
@saleDate = saleDate
|
671
|
+
@saleValue = saleValue
|
672
|
+
@size = size
|
673
|
+
@taxParcelNumber = taxParcelNumber
|
674
|
+
end
|
675
|
+
end
|
676
|
+
|
677
|
+
# {etapestryAPI/service}Stock
|
678
|
+
# brokerName - SOAP::SOAPString
|
679
|
+
# brokerageFee - SOAP::SOAPDouble
|
680
|
+
# company - SOAP::SOAPString
|
681
|
+
# note - SOAP::SOAPString
|
682
|
+
# numberOfShares - SOAP::SOAPDouble
|
683
|
+
# pricePerShare - SOAP::SOAPDouble
|
684
|
+
# saleDate - SOAP::SOAPDateTime
|
685
|
+
# salePricePerShare - SOAP::SOAPDouble
|
686
|
+
# ticker - SOAP::SOAPString
|
687
|
+
class Stock
|
688
|
+
attr_accessor :brokerName
|
689
|
+
attr_accessor :brokerageFee
|
690
|
+
attr_accessor :company
|
691
|
+
attr_accessor :note
|
692
|
+
attr_accessor :numberOfShares
|
693
|
+
attr_accessor :pricePerShare
|
694
|
+
attr_accessor :saleDate
|
695
|
+
attr_accessor :salePricePerShare
|
696
|
+
attr_accessor :ticker
|
697
|
+
|
698
|
+
def initialize(brokerName = nil, brokerageFee = nil, company = nil, note = nil, numberOfShares = nil, pricePerShare = nil, saleDate = nil, salePricePerShare = nil, ticker = nil)
|
699
|
+
@brokerName = brokerName
|
700
|
+
@brokerageFee = brokerageFee
|
701
|
+
@company = company
|
702
|
+
@note = note
|
703
|
+
@numberOfShares = numberOfShares
|
704
|
+
@pricePerShare = pricePerShare
|
705
|
+
@saleDate = saleDate
|
706
|
+
@salePricePerShare = salePricePerShare
|
707
|
+
@ticker = ticker
|
708
|
+
end
|
709
|
+
end
|
710
|
+
|
711
|
+
# {etapestryAPI/service}Payment
|
712
|
+
# accountName - SOAP::SOAPString
|
713
|
+
# accountRef - SOAP::SOAPString
|
714
|
+
# amount - SOAP::SOAPDouble
|
715
|
+
# approach - SOAP::SOAPString
|
716
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
717
|
+
# campaign - SOAP::SOAPString
|
718
|
+
# createdDate - SOAP::SOAPDateTime
|
719
|
+
# date - SOAP::SOAPDateTime
|
720
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
721
|
+
# final - SOAP::SOAPBoolean
|
722
|
+
# fund - SOAP::SOAPString
|
723
|
+
# fundraiser - SOAP::SOAPString
|
724
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
725
|
+
# letter - SOAP::SOAPString
|
726
|
+
# note - SOAP::SOAPString
|
727
|
+
# offsettingRef - SOAP::SOAPString
|
728
|
+
# originalAccountName - SOAP::SOAPString
|
729
|
+
# originalAccountRef - SOAP::SOAPString
|
730
|
+
# originalTransactionRef - SOAP::SOAPString
|
731
|
+
# pledgeRef - SOAP::SOAPString
|
732
|
+
# receipt - SOAP::SOAPString
|
733
|
+
# recognitionName - SOAP::SOAPString
|
734
|
+
# recognitionType - SOAP::SOAPInt
|
735
|
+
# ref - SOAP::SOAPString
|
736
|
+
# segmentedTransactionRef - SOAP::SOAPString
|
737
|
+
# softCredit - Etapper::API::SoftCredit
|
738
|
+
# tributeAccountName - SOAP::SOAPString
|
739
|
+
# tributeAccountRef - SOAP::SOAPString
|
740
|
+
# type - SOAP::SOAPInt
|
741
|
+
# valuable - Etapper::API::Valuable
|
742
|
+
class Payment
|
743
|
+
attr_accessor :accountName
|
744
|
+
attr_accessor :accountRef
|
745
|
+
attr_accessor :amount
|
746
|
+
attr_accessor :approach
|
747
|
+
attr_accessor :attachments
|
748
|
+
attr_accessor :campaign
|
749
|
+
attr_accessor :createdDate
|
750
|
+
attr_accessor :date
|
751
|
+
attr_accessor :definedValues
|
752
|
+
attr_accessor :final
|
753
|
+
attr_accessor :fund
|
754
|
+
attr_accessor :fundraiser
|
755
|
+
attr_accessor :lastModifiedDate
|
756
|
+
attr_accessor :letter
|
757
|
+
attr_accessor :note
|
758
|
+
attr_accessor :offsettingRef
|
759
|
+
attr_accessor :originalAccountName
|
760
|
+
attr_accessor :originalAccountRef
|
761
|
+
attr_accessor :originalTransactionRef
|
762
|
+
attr_accessor :pledgeRef
|
763
|
+
attr_accessor :receipt
|
764
|
+
attr_accessor :recognitionName
|
765
|
+
attr_accessor :recognitionType
|
766
|
+
attr_accessor :ref
|
767
|
+
attr_accessor :segmentedTransactionRef
|
768
|
+
attr_accessor :softCredit
|
769
|
+
attr_accessor :tributeAccountName
|
770
|
+
attr_accessor :tributeAccountRef
|
771
|
+
attr_accessor :type
|
772
|
+
attr_accessor :valuable
|
773
|
+
|
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)
|
775
|
+
@accountName = accountName
|
776
|
+
@accountRef = accountRef
|
777
|
+
@amount = amount
|
778
|
+
@approach = approach
|
779
|
+
@attachments = attachments
|
780
|
+
@campaign = campaign
|
781
|
+
@createdDate = createdDate
|
782
|
+
@date = date
|
783
|
+
@definedValues = definedValues
|
784
|
+
@final = final
|
785
|
+
@fund = fund
|
786
|
+
@fundraiser = fundraiser
|
787
|
+
@lastModifiedDate = lastModifiedDate
|
788
|
+
@letter = letter
|
789
|
+
@note = note
|
790
|
+
@offsettingRef = offsettingRef
|
791
|
+
@originalAccountName = originalAccountName
|
792
|
+
@originalAccountRef = originalAccountRef
|
793
|
+
@originalTransactionRef = originalTransactionRef
|
794
|
+
@pledgeRef = pledgeRef
|
795
|
+
@receipt = receipt
|
796
|
+
@recognitionName = recognitionName
|
797
|
+
@recognitionType = recognitionType
|
798
|
+
@ref = ref
|
799
|
+
@segmentedTransactionRef = segmentedTransactionRef
|
800
|
+
@softCredit = softCredit
|
801
|
+
@tributeAccountName = tributeAccountName
|
802
|
+
@tributeAccountRef = tributeAccountRef
|
803
|
+
@type = type
|
804
|
+
@valuable = valuable
|
805
|
+
end
|
806
|
+
end
|
807
|
+
|
808
|
+
# {etapestryAPI/service}Contact
|
809
|
+
# accountName - SOAP::SOAPString
|
810
|
+
# accountRef - SOAP::SOAPString
|
811
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
812
|
+
# createdDate - SOAP::SOAPDateTime
|
813
|
+
# date - SOAP::SOAPDateTime
|
814
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
815
|
+
# final - SOAP::SOAPBoolean
|
816
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
817
|
+
# method - SOAP::SOAPString
|
818
|
+
# note - SOAP::SOAPString
|
819
|
+
# ref - SOAP::SOAPString
|
820
|
+
# subject - SOAP::SOAPString
|
821
|
+
# type - SOAP::SOAPInt
|
822
|
+
class Contact
|
823
|
+
attr_accessor :accountName
|
824
|
+
attr_accessor :accountRef
|
825
|
+
attr_accessor :attachments
|
826
|
+
attr_accessor :createdDate
|
827
|
+
attr_accessor :date
|
828
|
+
attr_accessor :definedValues
|
829
|
+
attr_accessor :final
|
830
|
+
attr_accessor :lastModifiedDate
|
831
|
+
attr_accessor :method
|
832
|
+
attr_accessor :note
|
833
|
+
attr_accessor :ref
|
834
|
+
attr_accessor :subject
|
835
|
+
attr_accessor :type
|
836
|
+
|
837
|
+
def initialize(accountName = nil, accountRef = nil, attachments = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, lastModifiedDate = nil, method = nil, note = nil, ref = nil, subject = nil, type = nil)
|
838
|
+
@accountName = accountName
|
839
|
+
@accountRef = accountRef
|
840
|
+
@attachments = attachments
|
841
|
+
@createdDate = createdDate
|
842
|
+
@date = date
|
843
|
+
@definedValues = definedValues
|
844
|
+
@final = final
|
845
|
+
@lastModifiedDate = lastModifiedDate
|
846
|
+
@method = method
|
847
|
+
@note = note
|
848
|
+
@ref = ref
|
849
|
+
@subject = subject
|
850
|
+
@type = type
|
851
|
+
end
|
852
|
+
end
|
853
|
+
|
854
|
+
# {etapestryAPI/service}Disbursement
|
855
|
+
# accountName - SOAP::SOAPString
|
856
|
+
# accountRef - SOAP::SOAPString
|
857
|
+
# amount - SOAP::SOAPDouble
|
858
|
+
# approach - SOAP::SOAPString
|
859
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
860
|
+
# campaign - SOAP::SOAPString
|
861
|
+
# createdDate - SOAP::SOAPDateTime
|
862
|
+
# date - SOAP::SOAPDateTime
|
863
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
864
|
+
# final - SOAP::SOAPBoolean
|
865
|
+
# fund - SOAP::SOAPString
|
866
|
+
# fundraiser - SOAP::SOAPString
|
867
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
868
|
+
# letter - SOAP::SOAPString
|
869
|
+
# note - SOAP::SOAPString
|
870
|
+
# offsettingRef - SOAP::SOAPString
|
871
|
+
# receipt - SOAP::SOAPString
|
872
|
+
# ref - SOAP::SOAPString
|
873
|
+
# type - SOAP::SOAPInt
|
874
|
+
# valuable - Etapper::API::Valuable
|
875
|
+
class Disbursement
|
876
|
+
attr_accessor :accountName
|
877
|
+
attr_accessor :accountRef
|
878
|
+
attr_accessor :amount
|
879
|
+
attr_accessor :approach
|
880
|
+
attr_accessor :attachments
|
881
|
+
attr_accessor :campaign
|
882
|
+
attr_accessor :createdDate
|
883
|
+
attr_accessor :date
|
884
|
+
attr_accessor :definedValues
|
885
|
+
attr_accessor :final
|
886
|
+
attr_accessor :fund
|
887
|
+
attr_accessor :fundraiser
|
888
|
+
attr_accessor :lastModifiedDate
|
889
|
+
attr_accessor :letter
|
890
|
+
attr_accessor :note
|
891
|
+
attr_accessor :offsettingRef
|
892
|
+
attr_accessor :receipt
|
893
|
+
attr_accessor :ref
|
894
|
+
attr_accessor :type
|
895
|
+
attr_accessor :valuable
|
896
|
+
|
897
|
+
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, receipt = nil, ref = nil, type = nil, valuable = nil)
|
898
|
+
@accountName = accountName
|
899
|
+
@accountRef = accountRef
|
900
|
+
@amount = amount
|
901
|
+
@approach = approach
|
902
|
+
@attachments = attachments
|
903
|
+
@campaign = campaign
|
904
|
+
@createdDate = createdDate
|
905
|
+
@date = date
|
906
|
+
@definedValues = definedValues
|
907
|
+
@final = final
|
908
|
+
@fund = fund
|
909
|
+
@fundraiser = fundraiser
|
910
|
+
@lastModifiedDate = lastModifiedDate
|
911
|
+
@letter = letter
|
912
|
+
@note = note
|
913
|
+
@offsettingRef = offsettingRef
|
914
|
+
@receipt = receipt
|
915
|
+
@ref = ref
|
916
|
+
@type = type
|
917
|
+
@valuable = valuable
|
918
|
+
end
|
919
|
+
end
|
920
|
+
|
921
|
+
# {etapestryAPI/service}LoginCredentialsRequest
|
922
|
+
# account - Etapper::API::Account
|
923
|
+
# confirmationLoginURL - SOAP::SOAPString
|
924
|
+
# confirmationMessageFooter - SOAP::SOAPString
|
925
|
+
# confirmationMessageHeader - SOAP::SOAPString
|
926
|
+
# confirmationSender - SOAP::SOAPString
|
927
|
+
# confirmationSignature - SOAP::SOAPString
|
928
|
+
# confirmationSubject - SOAP::SOAPString
|
929
|
+
# duplicateSearchCriteria - Etapper::API::ArrayOfSearchCriteria
|
930
|
+
# duplicateSearchQuery - SOAP::SOAPString
|
931
|
+
# failureEmail - SOAP::SOAPString
|
932
|
+
# loginId - SOAP::SOAPString
|
933
|
+
# matchHasLoginIdActionType - SOAP::SOAPInt
|
934
|
+
# matchMultipleActionType - SOAP::SOAPInt
|
935
|
+
# matchNotFoundActionType - SOAP::SOAPInt
|
936
|
+
# notificationEmail - SOAP::SOAPString
|
937
|
+
# password - SOAP::SOAPString
|
938
|
+
class LoginCredentialsRequest
|
939
|
+
attr_accessor :account
|
940
|
+
attr_accessor :confirmationLoginURL
|
941
|
+
attr_accessor :confirmationMessageFooter
|
942
|
+
attr_accessor :confirmationMessageHeader
|
943
|
+
attr_accessor :confirmationSender
|
944
|
+
attr_accessor :confirmationSignature
|
945
|
+
attr_accessor :confirmationSubject
|
946
|
+
attr_accessor :duplicateSearchCriteria
|
947
|
+
attr_accessor :duplicateSearchQuery
|
948
|
+
attr_accessor :failureEmail
|
949
|
+
attr_accessor :loginId
|
950
|
+
attr_accessor :matchHasLoginIdActionType
|
951
|
+
attr_accessor :matchMultipleActionType
|
952
|
+
attr_accessor :matchNotFoundActionType
|
953
|
+
attr_accessor :notificationEmail
|
954
|
+
attr_accessor :password
|
955
|
+
|
956
|
+
def initialize(account = nil, confirmationLoginURL = nil, confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, duplicateSearchCriteria = nil, duplicateSearchQuery = nil, failureEmail = nil, loginId = nil, matchHasLoginIdActionType = nil, matchMultipleActionType = nil, matchNotFoundActionType = nil, notificationEmail = nil, password = nil)
|
957
|
+
@account = account
|
958
|
+
@confirmationLoginURL = confirmationLoginURL
|
959
|
+
@confirmationMessageFooter = confirmationMessageFooter
|
960
|
+
@confirmationMessageHeader = confirmationMessageHeader
|
961
|
+
@confirmationSender = confirmationSender
|
962
|
+
@confirmationSignature = confirmationSignature
|
963
|
+
@confirmationSubject = confirmationSubject
|
964
|
+
@duplicateSearchCriteria = duplicateSearchCriteria
|
965
|
+
@duplicateSearchQuery = duplicateSearchQuery
|
966
|
+
@failureEmail = failureEmail
|
967
|
+
@loginId = loginId
|
968
|
+
@matchHasLoginIdActionType = matchHasLoginIdActionType
|
969
|
+
@matchMultipleActionType = matchMultipleActionType
|
970
|
+
@matchNotFoundActionType = matchNotFoundActionType
|
971
|
+
@notificationEmail = notificationEmail
|
972
|
+
@password = password
|
973
|
+
end
|
974
|
+
end
|
975
|
+
|
976
|
+
# {etapestryAPI/service}SearchCriteria
|
977
|
+
# action - SOAP::SOAPString
|
978
|
+
# field - SOAP::SOAPString
|
979
|
+
# type - SOAP::SOAPString
|
980
|
+
# values - Etapper::API::ArrayOfstring
|
981
|
+
class SearchCriteria
|
982
|
+
attr_accessor :action
|
983
|
+
attr_accessor :field
|
984
|
+
attr_accessor :type
|
985
|
+
attr_accessor :values
|
986
|
+
|
987
|
+
def initialize(action = nil, field = nil, type = nil, values = nil)
|
988
|
+
@action = action
|
989
|
+
@field = field
|
990
|
+
@type = type
|
991
|
+
@values = values
|
992
|
+
end
|
993
|
+
end
|
994
|
+
|
995
|
+
# {etapestryAPI/service}LoginCredentialsResponse
|
996
|
+
# accountRef - SOAP::SOAPString
|
997
|
+
# createdNewAccount - SOAP::SOAPBoolean
|
998
|
+
# matchedMultiples - SOAP::SOAPBoolean
|
999
|
+
class LoginCredentialsResponse
|
1000
|
+
attr_accessor :accountRef
|
1001
|
+
attr_accessor :createdNewAccount
|
1002
|
+
attr_accessor :matchedMultiples
|
1003
|
+
|
1004
|
+
def initialize(accountRef = nil, createdNewAccount = nil, matchedMultiples = nil)
|
1005
|
+
@accountRef = accountRef
|
1006
|
+
@createdNewAccount = createdNewAccount
|
1007
|
+
@matchedMultiples = matchedMultiples
|
1008
|
+
end
|
1009
|
+
end
|
1010
|
+
|
1011
|
+
# {etapestryAPI/service}Note
|
1012
|
+
# accountName - SOAP::SOAPString
|
1013
|
+
# accountRef - SOAP::SOAPString
|
1014
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
1015
|
+
# createdDate - SOAP::SOAPDateTime
|
1016
|
+
# date - SOAP::SOAPDateTime
|
1017
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
1018
|
+
# final - SOAP::SOAPBoolean
|
1019
|
+
# immutable - SOAP::SOAPBoolean
|
1020
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
1021
|
+
# note - SOAP::SOAPString
|
1022
|
+
# ref - SOAP::SOAPString
|
1023
|
+
# type - SOAP::SOAPInt
|
1024
|
+
class Note
|
1025
|
+
attr_accessor :accountName
|
1026
|
+
attr_accessor :accountRef
|
1027
|
+
attr_accessor :attachments
|
1028
|
+
attr_accessor :createdDate
|
1029
|
+
attr_accessor :date
|
1030
|
+
attr_accessor :definedValues
|
1031
|
+
attr_accessor :final
|
1032
|
+
attr_accessor :immutable
|
1033
|
+
attr_accessor :lastModifiedDate
|
1034
|
+
attr_accessor :note
|
1035
|
+
attr_accessor :ref
|
1036
|
+
attr_accessor :type
|
1037
|
+
|
1038
|
+
def initialize(accountName = nil, accountRef = nil, attachments = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, immutable = nil, lastModifiedDate = nil, note = nil, ref = nil, type = nil)
|
1039
|
+
@accountName = accountName
|
1040
|
+
@accountRef = accountRef
|
1041
|
+
@attachments = attachments
|
1042
|
+
@createdDate = createdDate
|
1043
|
+
@date = date
|
1044
|
+
@definedValues = definedValues
|
1045
|
+
@final = final
|
1046
|
+
@immutable = immutable
|
1047
|
+
@lastModifiedDate = lastModifiedDate
|
1048
|
+
@note = note
|
1049
|
+
@ref = ref
|
1050
|
+
@type = type
|
1051
|
+
end
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
# {etapestryAPI/service}OutlookIntegrationEmail
|
1055
|
+
# bCC - SOAP::SOAPString
|
1056
|
+
# cC - SOAP::SOAPString
|
1057
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
1058
|
+
# contactMethodRef - SOAP::SOAPString
|
1059
|
+
# date - SOAP::SOAPDateTime
|
1060
|
+
# from - SOAP::SOAPString
|
1061
|
+
# message - SOAP::SOAPBase64
|
1062
|
+
# subject - SOAP::SOAPBase64
|
1063
|
+
# to - SOAP::SOAPString
|
1064
|
+
class OutlookIntegrationEmail
|
1065
|
+
attr_accessor :bCC
|
1066
|
+
attr_accessor :cC
|
1067
|
+
attr_accessor :attachments
|
1068
|
+
attr_accessor :contactMethodRef
|
1069
|
+
attr_accessor :date
|
1070
|
+
attr_accessor :from
|
1071
|
+
attr_accessor :message
|
1072
|
+
attr_accessor :subject
|
1073
|
+
attr_accessor :to
|
1074
|
+
|
1075
|
+
def initialize(bCC = nil, cC = nil, attachments = nil, contactMethodRef = nil, date = nil, from = nil, message = nil, subject = nil, to = nil)
|
1076
|
+
@bCC = bCC
|
1077
|
+
@cC = cC
|
1078
|
+
@attachments = attachments
|
1079
|
+
@contactMethodRef = contactMethodRef
|
1080
|
+
@date = date
|
1081
|
+
@from = from
|
1082
|
+
@message = message
|
1083
|
+
@subject = subject
|
1084
|
+
@to = to
|
1085
|
+
end
|
1086
|
+
end
|
1087
|
+
|
1088
|
+
# {etapestryAPI/service}Pledge
|
1089
|
+
# accountName - SOAP::SOAPString
|
1090
|
+
# accountRef - SOAP::SOAPString
|
1091
|
+
# amount - SOAP::SOAPDouble
|
1092
|
+
# approach - SOAP::SOAPString
|
1093
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
1094
|
+
# campaign - SOAP::SOAPString
|
1095
|
+
# createdDate - SOAP::SOAPDateTime
|
1096
|
+
# customSchedule - Etapper::API::CustomPaymentSchedule
|
1097
|
+
# date - SOAP::SOAPDateTime
|
1098
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
1099
|
+
# final - SOAP::SOAPBoolean
|
1100
|
+
# fund - SOAP::SOAPString
|
1101
|
+
# fundraiser - SOAP::SOAPString
|
1102
|
+
# initialPaymentAmount - SOAP::SOAPDouble
|
1103
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
1104
|
+
# letter - SOAP::SOAPString
|
1105
|
+
# linkedPaymentsAmount - SOAP::SOAPDouble
|
1106
|
+
# nextPaymentAmount - SOAP::SOAPDouble
|
1107
|
+
# nextPaymentDate - SOAP::SOAPDateTime
|
1108
|
+
# nonDeductibleAmount - SOAP::SOAPDouble
|
1109
|
+
# note - SOAP::SOAPString
|
1110
|
+
# offsettingRef - SOAP::SOAPString
|
1111
|
+
# originalAccountName - SOAP::SOAPString
|
1112
|
+
# originalAccountRef - SOAP::SOAPString
|
1113
|
+
# originalTransactionRef - SOAP::SOAPString
|
1114
|
+
# outstandingBalance - SOAP::SOAPDouble
|
1115
|
+
# paymentValuable - Etapper::API::Valuable
|
1116
|
+
# receipt - SOAP::SOAPString
|
1117
|
+
# recognitionName - SOAP::SOAPString
|
1118
|
+
# recognitionType - SOAP::SOAPInt
|
1119
|
+
# ref - SOAP::SOAPString
|
1120
|
+
# scheduledValuable - Etapper::API::Valuable
|
1121
|
+
# segmentedTransactionRef - SOAP::SOAPString
|
1122
|
+
# softCredit - Etapper::API::SoftCredit
|
1123
|
+
# standardSchedule - Etapper::API::StandardPaymentSchedule
|
1124
|
+
# tributeAccountName - SOAP::SOAPString
|
1125
|
+
# tributeAccountRef - SOAP::SOAPString
|
1126
|
+
# type - SOAP::SOAPInt
|
1127
|
+
# writeOff - SOAP::SOAPBoolean
|
1128
|
+
# writeOffDate - SOAP::SOAPDateTime
|
1129
|
+
class Pledge
|
1130
|
+
attr_accessor :accountName
|
1131
|
+
attr_accessor :accountRef
|
1132
|
+
attr_accessor :amount
|
1133
|
+
attr_accessor :approach
|
1134
|
+
attr_accessor :attachments
|
1135
|
+
attr_accessor :campaign
|
1136
|
+
attr_accessor :createdDate
|
1137
|
+
attr_accessor :customSchedule
|
1138
|
+
attr_accessor :date
|
1139
|
+
attr_accessor :definedValues
|
1140
|
+
attr_accessor :final
|
1141
|
+
attr_accessor :fund
|
1142
|
+
attr_accessor :fundraiser
|
1143
|
+
attr_accessor :initialPaymentAmount
|
1144
|
+
attr_accessor :lastModifiedDate
|
1145
|
+
attr_accessor :letter
|
1146
|
+
attr_accessor :linkedPaymentsAmount
|
1147
|
+
attr_accessor :nextPaymentAmount
|
1148
|
+
attr_accessor :nextPaymentDate
|
1149
|
+
attr_accessor :nonDeductibleAmount
|
1150
|
+
attr_accessor :note
|
1151
|
+
attr_accessor :offsettingRef
|
1152
|
+
attr_accessor :originalAccountName
|
1153
|
+
attr_accessor :originalAccountRef
|
1154
|
+
attr_accessor :originalTransactionRef
|
1155
|
+
attr_accessor :outstandingBalance
|
1156
|
+
attr_accessor :paymentValuable
|
1157
|
+
attr_accessor :receipt
|
1158
|
+
attr_accessor :recognitionName
|
1159
|
+
attr_accessor :recognitionType
|
1160
|
+
attr_accessor :ref
|
1161
|
+
attr_accessor :scheduledValuable
|
1162
|
+
attr_accessor :segmentedTransactionRef
|
1163
|
+
attr_accessor :softCredit
|
1164
|
+
attr_accessor :standardSchedule
|
1165
|
+
attr_accessor :tributeAccountName
|
1166
|
+
attr_accessor :tributeAccountRef
|
1167
|
+
attr_accessor :type
|
1168
|
+
attr_accessor :writeOff
|
1169
|
+
attr_accessor :writeOffDate
|
1170
|
+
|
1171
|
+
def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, attachments = nil, campaign = nil, createdDate = nil, customSchedule = nil, date = nil, definedValues = nil, final = nil, fund = nil, fundraiser = nil, initialPaymentAmount = nil, lastModifiedDate = nil, letter = nil, linkedPaymentsAmount = nil, nextPaymentAmount = nil, nextPaymentDate = nil, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, originalAccountName = nil, originalAccountRef = nil, originalTransactionRef = nil, outstandingBalance = nil, paymentValuable = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, scheduledValuable = nil, segmentedTransactionRef = nil, softCredit = nil, standardSchedule = nil, tributeAccountName = nil, tributeAccountRef = nil, type = nil, writeOff = nil, writeOffDate = nil)
|
1172
|
+
@accountName = accountName
|
1173
|
+
@accountRef = accountRef
|
1174
|
+
@amount = amount
|
1175
|
+
@approach = approach
|
1176
|
+
@attachments = attachments
|
1177
|
+
@campaign = campaign
|
1178
|
+
@createdDate = createdDate
|
1179
|
+
@customSchedule = customSchedule
|
1180
|
+
@date = date
|
1181
|
+
@definedValues = definedValues
|
1182
|
+
@final = final
|
1183
|
+
@fund = fund
|
1184
|
+
@fundraiser = fundraiser
|
1185
|
+
@initialPaymentAmount = initialPaymentAmount
|
1186
|
+
@lastModifiedDate = lastModifiedDate
|
1187
|
+
@letter = letter
|
1188
|
+
@linkedPaymentsAmount = linkedPaymentsAmount
|
1189
|
+
@nextPaymentAmount = nextPaymentAmount
|
1190
|
+
@nextPaymentDate = nextPaymentDate
|
1191
|
+
@nonDeductibleAmount = nonDeductibleAmount
|
1192
|
+
@note = note
|
1193
|
+
@offsettingRef = offsettingRef
|
1194
|
+
@originalAccountName = originalAccountName
|
1195
|
+
@originalAccountRef = originalAccountRef
|
1196
|
+
@originalTransactionRef = originalTransactionRef
|
1197
|
+
@outstandingBalance = outstandingBalance
|
1198
|
+
@paymentValuable = paymentValuable
|
1199
|
+
@receipt = receipt
|
1200
|
+
@recognitionName = recognitionName
|
1201
|
+
@recognitionType = recognitionType
|
1202
|
+
@ref = ref
|
1203
|
+
@scheduledValuable = scheduledValuable
|
1204
|
+
@segmentedTransactionRef = segmentedTransactionRef
|
1205
|
+
@softCredit = softCredit
|
1206
|
+
@standardSchedule = standardSchedule
|
1207
|
+
@tributeAccountName = tributeAccountName
|
1208
|
+
@tributeAccountRef = tributeAccountRef
|
1209
|
+
@type = type
|
1210
|
+
@writeOff = writeOff
|
1211
|
+
@writeOffDate = writeOffDate
|
1212
|
+
end
|
1213
|
+
end
|
1214
|
+
|
1215
|
+
# {etapestryAPI/service}CustomPaymentSchedule
|
1216
|
+
# installmentAmounts - Etapper::API::ArrayOfdouble
|
1217
|
+
# installmentDates - Etapper::API::ArrayOfdateTime
|
1218
|
+
# note - SOAP::SOAPString
|
1219
|
+
# processType - SOAP::SOAPInt
|
1220
|
+
class CustomPaymentSchedule
|
1221
|
+
attr_accessor :installmentAmounts
|
1222
|
+
attr_accessor :installmentDates
|
1223
|
+
attr_accessor :note
|
1224
|
+
attr_accessor :processType
|
1225
|
+
|
1226
|
+
def initialize(installmentAmounts = nil, installmentDates = nil, note = nil, processType = nil)
|
1227
|
+
@installmentAmounts = installmentAmounts
|
1228
|
+
@installmentDates = installmentDates
|
1229
|
+
@note = note
|
1230
|
+
@processType = processType
|
1231
|
+
end
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
# {etapestryAPI/service}StandardPaymentSchedule
|
1235
|
+
# firstInstallmentDate - SOAP::SOAPDateTime
|
1236
|
+
# frequency - SOAP::SOAPInt
|
1237
|
+
# installmentAmount - SOAP::SOAPDouble
|
1238
|
+
# note - SOAP::SOAPString
|
1239
|
+
# processType - SOAP::SOAPInt
|
1240
|
+
# stopDate - SOAP::SOAPDateTime
|
1241
|
+
class StandardPaymentSchedule
|
1242
|
+
attr_accessor :firstInstallmentDate
|
1243
|
+
attr_accessor :frequency
|
1244
|
+
attr_accessor :installmentAmount
|
1245
|
+
attr_accessor :note
|
1246
|
+
attr_accessor :processType
|
1247
|
+
attr_accessor :stopDate
|
1248
|
+
|
1249
|
+
def initialize(firstInstallmentDate = nil, frequency = nil, installmentAmount = nil, note = nil, processType = nil, stopDate = nil)
|
1250
|
+
@firstInstallmentDate = firstInstallmentDate
|
1251
|
+
@frequency = frequency
|
1252
|
+
@installmentAmount = installmentAmount
|
1253
|
+
@note = note
|
1254
|
+
@processType = processType
|
1255
|
+
@stopDate = stopDate
|
1256
|
+
end
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
# {etapestryAPI/service}RecurringGift
|
1260
|
+
# accountName - SOAP::SOAPString
|
1261
|
+
# accountRef - SOAP::SOAPString
|
1262
|
+
# amount - SOAP::SOAPDouble
|
1263
|
+
# approach - SOAP::SOAPString
|
1264
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
1265
|
+
# campaign - SOAP::SOAPString
|
1266
|
+
# copyRgsElements - SOAP::SOAPBoolean
|
1267
|
+
# createdDate - SOAP::SOAPDateTime
|
1268
|
+
# date - SOAP::SOAPDateTime
|
1269
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
1270
|
+
# final - SOAP::SOAPBoolean
|
1271
|
+
# fund - SOAP::SOAPString
|
1272
|
+
# fundraiser - SOAP::SOAPString
|
1273
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
1274
|
+
# letter - SOAP::SOAPString
|
1275
|
+
# nonDeductibleAmount - SOAP::SOAPDouble
|
1276
|
+
# note - SOAP::SOAPString
|
1277
|
+
# offsettingRef - SOAP::SOAPString
|
1278
|
+
# originalAccountName - SOAP::SOAPString
|
1279
|
+
# originalAccountRef - SOAP::SOAPString
|
1280
|
+
# originalTransactionRef - SOAP::SOAPString
|
1281
|
+
# receipt - SOAP::SOAPString
|
1282
|
+
# recognitionName - SOAP::SOAPString
|
1283
|
+
# recognitionType - SOAP::SOAPInt
|
1284
|
+
# recurringGiftScheduleRef - SOAP::SOAPString
|
1285
|
+
# ref - SOAP::SOAPString
|
1286
|
+
# softCredit - Etapper::API::SoftCredit
|
1287
|
+
# tributeAccountName - SOAP::SOAPString
|
1288
|
+
# tributeAccountRef - SOAP::SOAPString
|
1289
|
+
# type - SOAP::SOAPInt
|
1290
|
+
# valuable - Etapper::API::Valuable
|
1291
|
+
class RecurringGift
|
1292
|
+
attr_accessor :accountName
|
1293
|
+
attr_accessor :accountRef
|
1294
|
+
attr_accessor :amount
|
1295
|
+
attr_accessor :approach
|
1296
|
+
attr_accessor :attachments
|
1297
|
+
attr_accessor :campaign
|
1298
|
+
attr_accessor :copyRgsElements
|
1299
|
+
attr_accessor :createdDate
|
1300
|
+
attr_accessor :date
|
1301
|
+
attr_accessor :definedValues
|
1302
|
+
attr_accessor :final
|
1303
|
+
attr_accessor :fund
|
1304
|
+
attr_accessor :fundraiser
|
1305
|
+
attr_accessor :lastModifiedDate
|
1306
|
+
attr_accessor :letter
|
1307
|
+
attr_accessor :nonDeductibleAmount
|
1308
|
+
attr_accessor :note
|
1309
|
+
attr_accessor :offsettingRef
|
1310
|
+
attr_accessor :originalAccountName
|
1311
|
+
attr_accessor :originalAccountRef
|
1312
|
+
attr_accessor :originalTransactionRef
|
1313
|
+
attr_accessor :receipt
|
1314
|
+
attr_accessor :recognitionName
|
1315
|
+
attr_accessor :recognitionType
|
1316
|
+
attr_accessor :recurringGiftScheduleRef
|
1317
|
+
attr_accessor :ref
|
1318
|
+
attr_accessor :softCredit
|
1319
|
+
attr_accessor :tributeAccountName
|
1320
|
+
attr_accessor :tributeAccountRef
|
1321
|
+
attr_accessor :type
|
1322
|
+
attr_accessor :valuable
|
1323
|
+
|
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)
|
1325
|
+
@accountName = accountName
|
1326
|
+
@accountRef = accountRef
|
1327
|
+
@amount = amount
|
1328
|
+
@approach = approach
|
1329
|
+
@attachments = attachments
|
1330
|
+
@campaign = campaign
|
1331
|
+
@copyRgsElements = copyRgsElements
|
1332
|
+
@createdDate = createdDate
|
1333
|
+
@date = date
|
1334
|
+
@definedValues = definedValues
|
1335
|
+
@final = final
|
1336
|
+
@fund = fund
|
1337
|
+
@fundraiser = fundraiser
|
1338
|
+
@lastModifiedDate = lastModifiedDate
|
1339
|
+
@letter = letter
|
1340
|
+
@nonDeductibleAmount = nonDeductibleAmount
|
1341
|
+
@note = note
|
1342
|
+
@offsettingRef = offsettingRef
|
1343
|
+
@originalAccountName = originalAccountName
|
1344
|
+
@originalAccountRef = originalAccountRef
|
1345
|
+
@originalTransactionRef = originalTransactionRef
|
1346
|
+
@receipt = receipt
|
1347
|
+
@recognitionName = recognitionName
|
1348
|
+
@recognitionType = recognitionType
|
1349
|
+
@recurringGiftScheduleRef = recurringGiftScheduleRef
|
1350
|
+
@ref = ref
|
1351
|
+
@softCredit = softCredit
|
1352
|
+
@tributeAccountName = tributeAccountName
|
1353
|
+
@tributeAccountRef = tributeAccountRef
|
1354
|
+
@type = type
|
1355
|
+
@valuable = valuable
|
1356
|
+
end
|
1357
|
+
end
|
1358
|
+
|
1359
|
+
# {etapestryAPI/service}ConnectRequest
|
1360
|
+
# applicationContext - SOAP::SOAPString
|
1361
|
+
# databaseId - SOAP::SOAPString
|
1362
|
+
# password - SOAP::SOAPString
|
1363
|
+
class ConnectRequest
|
1364
|
+
attr_accessor :applicationContext
|
1365
|
+
attr_accessor :databaseId
|
1366
|
+
attr_accessor :password
|
1367
|
+
|
1368
|
+
def initialize(applicationContext = nil, databaseId = nil, password = nil)
|
1369
|
+
@applicationContext = applicationContext
|
1370
|
+
@databaseId = databaseId
|
1371
|
+
@password = password
|
1372
|
+
end
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
# {etapestryAPI/service}ExternalLoginRequest
|
1376
|
+
# applicationContext - SOAP::SOAPString
|
1377
|
+
# applicationName - SOAP::SOAPString
|
1378
|
+
# databaseId - SOAP::SOAPString
|
1379
|
+
# loginId - SOAP::SOAPString
|
1380
|
+
# password - SOAP::SOAPString
|
1381
|
+
class ExternalLoginRequest
|
1382
|
+
attr_accessor :applicationContext
|
1383
|
+
attr_accessor :applicationName
|
1384
|
+
attr_accessor :databaseId
|
1385
|
+
attr_accessor :loginId
|
1386
|
+
attr_accessor :password
|
1387
|
+
|
1388
|
+
def initialize(applicationContext = nil, applicationName = nil, databaseId = nil, loginId = nil, password = nil)
|
1389
|
+
@applicationContext = applicationContext
|
1390
|
+
@applicationName = applicationName
|
1391
|
+
@databaseId = databaseId
|
1392
|
+
@loginId = loginId
|
1393
|
+
@password = password
|
1394
|
+
end
|
1395
|
+
end
|
1396
|
+
|
1397
|
+
# {etapestryAPI/service}PagedCartElementsResponse
|
1398
|
+
# count - SOAP::SOAPInt
|
1399
|
+
# data - Etapper::API::Collection
|
1400
|
+
# pages - SOAP::SOAPInt
|
1401
|
+
# start - SOAP::SOAPInt
|
1402
|
+
# total - SOAP::SOAPInt
|
1403
|
+
# usedCache - SOAP::SOAPBoolean
|
1404
|
+
class PagedCartElementsResponse
|
1405
|
+
attr_accessor :count
|
1406
|
+
attr_accessor :data
|
1407
|
+
attr_accessor :pages
|
1408
|
+
attr_accessor :start
|
1409
|
+
attr_accessor :total
|
1410
|
+
attr_accessor :usedCache
|
1411
|
+
|
1412
|
+
def initialize(count = nil, data = nil, pages = nil, start = nil, total = nil, usedCache = nil)
|
1413
|
+
@count = count
|
1414
|
+
@data = data
|
1415
|
+
@pages = pages
|
1416
|
+
@start = start
|
1417
|
+
@total = total
|
1418
|
+
@usedCache = usedCache
|
1419
|
+
end
|
1420
|
+
end
|
1421
|
+
|
1422
|
+
# {etapestryAPI/service}PagedDefinedFieldsResponse
|
1423
|
+
# count - SOAP::SOAPInt
|
1424
|
+
# data - Etapper::API::Collection
|
1425
|
+
# pages - SOAP::SOAPInt
|
1426
|
+
# start - SOAP::SOAPInt
|
1427
|
+
# total - SOAP::SOAPInt
|
1428
|
+
# usedCache - SOAP::SOAPBoolean
|
1429
|
+
class PagedDefinedFieldsResponse
|
1430
|
+
attr_accessor :count
|
1431
|
+
attr_accessor :data
|
1432
|
+
attr_accessor :pages
|
1433
|
+
attr_accessor :start
|
1434
|
+
attr_accessor :total
|
1435
|
+
attr_accessor :usedCache
|
1436
|
+
|
1437
|
+
def initialize(count = nil, data = nil, pages = nil, start = nil, total = nil, usedCache = nil)
|
1438
|
+
@count = count
|
1439
|
+
@data = data
|
1440
|
+
@pages = pages
|
1441
|
+
@start = start
|
1442
|
+
@total = total
|
1443
|
+
@usedCache = usedCache
|
1444
|
+
end
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
# {etapestryAPI/service}PagedJournalEntriesResponse
|
1448
|
+
# count - SOAP::SOAPInt
|
1449
|
+
# data - Etapper::API::Collection
|
1450
|
+
# pages - SOAP::SOAPInt
|
1451
|
+
# start - SOAP::SOAPInt
|
1452
|
+
# total - SOAP::SOAPInt
|
1453
|
+
# usedCache - SOAP::SOAPBoolean
|
1454
|
+
class PagedJournalEntriesResponse
|
1455
|
+
attr_accessor :count
|
1456
|
+
attr_accessor :data
|
1457
|
+
attr_accessor :pages
|
1458
|
+
attr_accessor :start
|
1459
|
+
attr_accessor :total
|
1460
|
+
attr_accessor :usedCache
|
1461
|
+
|
1462
|
+
def initialize(count = nil, data = nil, pages = nil, start = nil, total = nil, usedCache = nil)
|
1463
|
+
@count = count
|
1464
|
+
@data = data
|
1465
|
+
@pages = pages
|
1466
|
+
@start = start
|
1467
|
+
@total = total
|
1468
|
+
@usedCache = usedCache
|
1469
|
+
end
|
1470
|
+
end
|
1471
|
+
|
1472
|
+
# {etapestryAPI/service}PagedQueryResultsResponse
|
1473
|
+
# count - SOAP::SOAPInt
|
1474
|
+
# data - Etapper::API::Collection
|
1475
|
+
# pages - SOAP::SOAPInt
|
1476
|
+
# start - SOAP::SOAPInt
|
1477
|
+
# total - SOAP::SOAPInt
|
1478
|
+
# usedCache - SOAP::SOAPBoolean
|
1479
|
+
class PagedQueryResultsResponse
|
1480
|
+
attr_accessor :count
|
1481
|
+
attr_accessor :data
|
1482
|
+
attr_accessor :pages
|
1483
|
+
attr_accessor :start
|
1484
|
+
attr_accessor :total
|
1485
|
+
attr_accessor :usedCache
|
1486
|
+
|
1487
|
+
def initialize(count = nil, data = nil, pages = nil, start = nil, total = nil, usedCache = nil)
|
1488
|
+
@count = count
|
1489
|
+
@data = data
|
1490
|
+
@pages = pages
|
1491
|
+
@start = start
|
1492
|
+
@total = total
|
1493
|
+
@usedCache = usedCache
|
1494
|
+
end
|
1495
|
+
end
|
1496
|
+
|
1497
|
+
# {etapestryAPI/service}CalendarItem
|
1498
|
+
# accountName - SOAP::SOAPString
|
1499
|
+
# accountRef - SOAP::SOAPString
|
1500
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
1501
|
+
# createdDate - SOAP::SOAPDateTime
|
1502
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
1503
|
+
# endTime - SOAP::SOAPDateTime
|
1504
|
+
# invitations - Etapper::API::ArrayOfInvitation
|
1505
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
1506
|
+
# note - SOAP::SOAPString
|
1507
|
+
# priority - SOAP::SOAPInt
|
1508
|
+
# private - SOAP::SOAPBoolean
|
1509
|
+
# recurringSchedule - Etapper::API::RecurringSchedule
|
1510
|
+
# ref - SOAP::SOAPString
|
1511
|
+
# remind - SOAP::SOAPBoolean
|
1512
|
+
# startTime - SOAP::SOAPDateTime
|
1513
|
+
# status - SOAP::SOAPInt
|
1514
|
+
# title - SOAP::SOAPString
|
1515
|
+
# type - SOAP::SOAPInt
|
1516
|
+
class CalendarItem
|
1517
|
+
attr_accessor :accountName
|
1518
|
+
attr_accessor :accountRef
|
1519
|
+
attr_accessor :attachments
|
1520
|
+
attr_accessor :createdDate
|
1521
|
+
attr_accessor :definedValues
|
1522
|
+
attr_accessor :endTime
|
1523
|
+
attr_accessor :invitations
|
1524
|
+
attr_accessor :lastModifiedDate
|
1525
|
+
attr_accessor :note
|
1526
|
+
attr_accessor :priority
|
1527
|
+
attr_accessor :private
|
1528
|
+
attr_accessor :recurringSchedule
|
1529
|
+
attr_accessor :ref
|
1530
|
+
attr_accessor :remind
|
1531
|
+
attr_accessor :startTime
|
1532
|
+
attr_accessor :status
|
1533
|
+
attr_accessor :title
|
1534
|
+
attr_accessor :type
|
1535
|
+
|
1536
|
+
def initialize(accountName = nil, accountRef = nil, attachments = nil, createdDate = nil, definedValues = nil, endTime = nil, invitations = nil, lastModifiedDate = nil, note = nil, priority = nil, private = nil, recurringSchedule = nil, ref = nil, remind = nil, startTime = nil, status = nil, title = nil, type = nil)
|
1537
|
+
@accountName = accountName
|
1538
|
+
@accountRef = accountRef
|
1539
|
+
@attachments = attachments
|
1540
|
+
@createdDate = createdDate
|
1541
|
+
@definedValues = definedValues
|
1542
|
+
@endTime = endTime
|
1543
|
+
@invitations = invitations
|
1544
|
+
@lastModifiedDate = lastModifiedDate
|
1545
|
+
@note = note
|
1546
|
+
@priority = priority
|
1547
|
+
@private = private
|
1548
|
+
@recurringSchedule = recurringSchedule
|
1549
|
+
@ref = ref
|
1550
|
+
@remind = remind
|
1551
|
+
@startTime = startTime
|
1552
|
+
@status = status
|
1553
|
+
@title = title
|
1554
|
+
@type = type
|
1555
|
+
end
|
1556
|
+
end
|
1557
|
+
|
1558
|
+
# {etapestryAPI/service}Invitation
|
1559
|
+
# accountName - SOAP::SOAPString
|
1560
|
+
# accountRef - SOAP::SOAPString
|
1561
|
+
# calendarItem - Etapper::API::CalendarItem
|
1562
|
+
# createdDate - SOAP::SOAPDateTime
|
1563
|
+
# date - SOAP::SOAPDateTime
|
1564
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
1565
|
+
# ref - SOAP::SOAPString
|
1566
|
+
# remind - SOAP::SOAPBoolean
|
1567
|
+
# status - SOAP::SOAPInt
|
1568
|
+
# type - SOAP::SOAPInt
|
1569
|
+
class Invitation
|
1570
|
+
attr_accessor :accountName
|
1571
|
+
attr_accessor :accountRef
|
1572
|
+
attr_accessor :calendarItem
|
1573
|
+
attr_accessor :createdDate
|
1574
|
+
attr_accessor :date
|
1575
|
+
attr_accessor :lastModifiedDate
|
1576
|
+
attr_accessor :ref
|
1577
|
+
attr_accessor :remind
|
1578
|
+
attr_accessor :status
|
1579
|
+
attr_accessor :type
|
1580
|
+
|
1581
|
+
def initialize(accountName = nil, accountRef = nil, calendarItem = nil, createdDate = nil, date = nil, lastModifiedDate = nil, ref = nil, remind = nil, status = nil, type = nil)
|
1582
|
+
@accountName = accountName
|
1583
|
+
@accountRef = accountRef
|
1584
|
+
@calendarItem = calendarItem
|
1585
|
+
@createdDate = createdDate
|
1586
|
+
@date = date
|
1587
|
+
@lastModifiedDate = lastModifiedDate
|
1588
|
+
@ref = ref
|
1589
|
+
@remind = remind
|
1590
|
+
@status = status
|
1591
|
+
@type = type
|
1592
|
+
end
|
1593
|
+
end
|
1594
|
+
|
1595
|
+
# {etapestryAPI/service}RecurringSchedule
|
1596
|
+
# frequency - SOAP::SOAPInt
|
1597
|
+
# measure - SOAP::SOAPInt
|
1598
|
+
# startDate - SOAP::SOAPDateTime
|
1599
|
+
# stopDate - SOAP::SOAPDateTime
|
1600
|
+
class RecurringSchedule
|
1601
|
+
attr_accessor :frequency
|
1602
|
+
attr_accessor :measure
|
1603
|
+
attr_accessor :startDate
|
1604
|
+
attr_accessor :stopDate
|
1605
|
+
|
1606
|
+
def initialize(frequency = nil, measure = nil, startDate = nil, stopDate = nil)
|
1607
|
+
@frequency = frequency
|
1608
|
+
@measure = measure
|
1609
|
+
@startDate = startDate
|
1610
|
+
@stopDate = stopDate
|
1611
|
+
end
|
1612
|
+
end
|
1613
|
+
|
1614
|
+
# {etapestryAPI/service}CartCategory
|
1615
|
+
# description - SOAP::SOAPString
|
1616
|
+
# disabled - SOAP::SOAPBoolean
|
1617
|
+
# image - Etapper::API::CartImage
|
1618
|
+
# immediateCategories - SOAP::SOAPInt
|
1619
|
+
# immediateItems - SOAP::SOAPInt
|
1620
|
+
# name - SOAP::SOAPString
|
1621
|
+
# nestedCategories - SOAP::SOAPInt
|
1622
|
+
# nestedItems - SOAP::SOAPInt
|
1623
|
+
# parents - Etapper::API::ArrayOfCartParent
|
1624
|
+
# publishEndDate - SOAP::SOAPString
|
1625
|
+
# publishStartDate - SOAP::SOAPString
|
1626
|
+
# publishableNow - SOAP::SOAPBoolean
|
1627
|
+
# ref - SOAP::SOAPString
|
1628
|
+
# type - SOAP::SOAPInt
|
1629
|
+
class CartCategory
|
1630
|
+
attr_accessor :description
|
1631
|
+
attr_accessor :disabled
|
1632
|
+
attr_accessor :image
|
1633
|
+
attr_accessor :immediateCategories
|
1634
|
+
attr_accessor :immediateItems
|
1635
|
+
attr_accessor :name
|
1636
|
+
attr_accessor :nestedCategories
|
1637
|
+
attr_accessor :nestedItems
|
1638
|
+
attr_accessor :parents
|
1639
|
+
attr_accessor :publishEndDate
|
1640
|
+
attr_accessor :publishStartDate
|
1641
|
+
attr_accessor :publishableNow
|
1642
|
+
attr_accessor :ref
|
1643
|
+
attr_accessor :type
|
1644
|
+
|
1645
|
+
def initialize(description = nil, disabled = nil, image = nil, immediateCategories = nil, immediateItems = nil, name = nil, nestedCategories = nil, nestedItems = nil, parents = nil, publishEndDate = nil, publishStartDate = nil, publishableNow = nil, ref = nil, type = nil)
|
1646
|
+
@description = description
|
1647
|
+
@disabled = disabled
|
1648
|
+
@image = image
|
1649
|
+
@immediateCategories = immediateCategories
|
1650
|
+
@immediateItems = immediateItems
|
1651
|
+
@name = name
|
1652
|
+
@nestedCategories = nestedCategories
|
1653
|
+
@nestedItems = nestedItems
|
1654
|
+
@parents = parents
|
1655
|
+
@publishEndDate = publishEndDate
|
1656
|
+
@publishStartDate = publishStartDate
|
1657
|
+
@publishableNow = publishableNow
|
1658
|
+
@ref = ref
|
1659
|
+
@type = type
|
1660
|
+
end
|
1661
|
+
end
|
1662
|
+
|
1663
|
+
# {etapestryAPI/service}CartImage
|
1664
|
+
# description - SOAP::SOAPString
|
1665
|
+
# url - SOAP::SOAPString
|
1666
|
+
class CartImage
|
1667
|
+
attr_accessor :description
|
1668
|
+
attr_accessor :url
|
1669
|
+
|
1670
|
+
def initialize(description = nil, url = nil)
|
1671
|
+
@description = description
|
1672
|
+
@url = url
|
1673
|
+
end
|
1674
|
+
end
|
1675
|
+
|
1676
|
+
# {etapestryAPI/service}CartParent
|
1677
|
+
# name - SOAP::SOAPString
|
1678
|
+
# ref - SOAP::SOAPString
|
1679
|
+
class CartParent
|
1680
|
+
attr_accessor :name
|
1681
|
+
attr_accessor :ref
|
1682
|
+
|
1683
|
+
def initialize(name = nil, ref = nil)
|
1684
|
+
@name = name
|
1685
|
+
@ref = ref
|
1686
|
+
end
|
1687
|
+
end
|
1688
|
+
|
1689
|
+
# {etapestryAPI/service}PagedCartElementsRequest
|
1690
|
+
# clearCache - SOAP::SOAPBoolean
|
1691
|
+
# count - SOAP::SOAPInt
|
1692
|
+
# start - SOAP::SOAPInt
|
1693
|
+
# cartRef - SOAP::SOAPString
|
1694
|
+
# categoryRef - SOAP::SOAPString
|
1695
|
+
# elementTypeMask - SOAP::SOAPInt
|
1696
|
+
# includeDisabledItems - SOAP::SOAPBoolean
|
1697
|
+
# includeNoItemCategories - SOAP::SOAPBoolean
|
1698
|
+
# includeNonPublishableCategories - SOAP::SOAPBoolean
|
1699
|
+
# includeNonPublishableItems - SOAP::SOAPBoolean
|
1700
|
+
class PagedCartElementsRequest
|
1701
|
+
attr_accessor :clearCache
|
1702
|
+
attr_accessor :count
|
1703
|
+
attr_accessor :start
|
1704
|
+
attr_accessor :cartRef
|
1705
|
+
attr_accessor :categoryRef
|
1706
|
+
attr_accessor :elementTypeMask
|
1707
|
+
attr_accessor :includeDisabledItems
|
1708
|
+
attr_accessor :includeNoItemCategories
|
1709
|
+
attr_accessor :includeNonPublishableCategories
|
1710
|
+
attr_accessor :includeNonPublishableItems
|
1711
|
+
|
1712
|
+
def initialize(clearCache = nil, count = nil, start = nil, cartRef = nil, categoryRef = nil, elementTypeMask = nil, includeDisabledItems = nil, includeNoItemCategories = nil, includeNonPublishableCategories = nil, includeNonPublishableItems = nil)
|
1713
|
+
@clearCache = clearCache
|
1714
|
+
@count = count
|
1715
|
+
@start = start
|
1716
|
+
@cartRef = cartRef
|
1717
|
+
@categoryRef = categoryRef
|
1718
|
+
@elementTypeMask = elementTypeMask
|
1719
|
+
@includeDisabledItems = includeDisabledItems
|
1720
|
+
@includeNoItemCategories = includeNoItemCategories
|
1721
|
+
@includeNonPublishableCategories = includeNonPublishableCategories
|
1722
|
+
@includeNonPublishableItems = includeNonPublishableItems
|
1723
|
+
end
|
1724
|
+
end
|
1725
|
+
|
1726
|
+
# {etapestryAPI/service}CartItem
|
1727
|
+
# disabled - SOAP::SOAPBoolean
|
1728
|
+
# longDescription - SOAP::SOAPString
|
1729
|
+
# manageQuantity - SOAP::SOAPBoolean
|
1730
|
+
# name - SOAP::SOAPString
|
1731
|
+
# nonDeductibleAmount - SOAP::SOAPDouble
|
1732
|
+
# parents - Etapper::API::ArrayOfCartParent
|
1733
|
+
# pricingType - SOAP::SOAPInt
|
1734
|
+
# publicizeQuantity - SOAP::SOAPBoolean
|
1735
|
+
# publishEndDate - SOAP::SOAPString
|
1736
|
+
# publishStartDate - SOAP::SOAPString
|
1737
|
+
# publishableNow - SOAP::SOAPBoolean
|
1738
|
+
# quantity - SOAP::SOAPInt
|
1739
|
+
# questions - Etapper::API::ArrayOfQuestion
|
1740
|
+
# ref - SOAP::SOAPString
|
1741
|
+
# regularImages - Etapper::API::ArrayOfCartImage
|
1742
|
+
# regularPrice - SOAP::SOAPDouble
|
1743
|
+
# shippable - SOAP::SOAPBoolean
|
1744
|
+
# shippingPrice - SOAP::SOAPDouble
|
1745
|
+
# shortDescription - SOAP::SOAPString
|
1746
|
+
# taxableAmount - SOAP::SOAPDouble
|
1747
|
+
# thumbImage - Etapper::API::CartImage
|
1748
|
+
# type - SOAP::SOAPInt
|
1749
|
+
class CartItem
|
1750
|
+
attr_accessor :disabled
|
1751
|
+
attr_accessor :longDescription
|
1752
|
+
attr_accessor :manageQuantity
|
1753
|
+
attr_accessor :name
|
1754
|
+
attr_accessor :nonDeductibleAmount
|
1755
|
+
attr_accessor :parents
|
1756
|
+
attr_accessor :pricingType
|
1757
|
+
attr_accessor :publicizeQuantity
|
1758
|
+
attr_accessor :publishEndDate
|
1759
|
+
attr_accessor :publishStartDate
|
1760
|
+
attr_accessor :publishableNow
|
1761
|
+
attr_accessor :quantity
|
1762
|
+
attr_accessor :questions
|
1763
|
+
attr_accessor :ref
|
1764
|
+
attr_accessor :regularImages
|
1765
|
+
attr_accessor :regularPrice
|
1766
|
+
attr_accessor :shippable
|
1767
|
+
attr_accessor :shippingPrice
|
1768
|
+
attr_accessor :shortDescription
|
1769
|
+
attr_accessor :taxableAmount
|
1770
|
+
attr_accessor :thumbImage
|
1771
|
+
attr_accessor :type
|
1772
|
+
|
1773
|
+
def initialize(disabled = nil, longDescription = nil, manageQuantity = nil, name = nil, nonDeductibleAmount = nil, parents = nil, pricingType = nil, publicizeQuantity = nil, publishEndDate = nil, publishStartDate = nil, publishableNow = nil, quantity = nil, questions = nil, ref = nil, regularImages = nil, regularPrice = nil, shippable = nil, shippingPrice = nil, shortDescription = nil, taxableAmount = nil, thumbImage = nil, type = nil)
|
1774
|
+
@disabled = disabled
|
1775
|
+
@longDescription = longDescription
|
1776
|
+
@manageQuantity = manageQuantity
|
1777
|
+
@name = name
|
1778
|
+
@nonDeductibleAmount = nonDeductibleAmount
|
1779
|
+
@parents = parents
|
1780
|
+
@pricingType = pricingType
|
1781
|
+
@publicizeQuantity = publicizeQuantity
|
1782
|
+
@publishEndDate = publishEndDate
|
1783
|
+
@publishStartDate = publishStartDate
|
1784
|
+
@publishableNow = publishableNow
|
1785
|
+
@quantity = quantity
|
1786
|
+
@questions = questions
|
1787
|
+
@ref = ref
|
1788
|
+
@regularImages = regularImages
|
1789
|
+
@regularPrice = regularPrice
|
1790
|
+
@shippable = shippable
|
1791
|
+
@shippingPrice = shippingPrice
|
1792
|
+
@shortDescription = shortDescription
|
1793
|
+
@taxableAmount = taxableAmount
|
1794
|
+
@thumbImage = thumbImage
|
1795
|
+
@type = type
|
1796
|
+
end
|
1797
|
+
end
|
1798
|
+
|
1799
|
+
# {etapestryAPI/service}Question
|
1800
|
+
# displayText - SOAP::SOAPString
|
1801
|
+
# field - Etapper::API::DefinedField
|
1802
|
+
# ref - SOAP::SOAPString
|
1803
|
+
# required - SOAP::SOAPBoolean
|
1804
|
+
class Question
|
1805
|
+
attr_accessor :displayText
|
1806
|
+
attr_accessor :field
|
1807
|
+
attr_accessor :ref
|
1808
|
+
attr_accessor :required
|
1809
|
+
|
1810
|
+
def initialize(displayText = nil, field = nil, ref = nil, required = nil)
|
1811
|
+
@displayText = displayText
|
1812
|
+
@field = field
|
1813
|
+
@ref = ref
|
1814
|
+
@required = required
|
1815
|
+
end
|
1816
|
+
end
|
1817
|
+
|
1818
|
+
# {etapestryAPI/service}DefinedField
|
1819
|
+
# applicationTypes - Etapper::API::ArrayOfint
|
1820
|
+
# category - SOAP::SOAPString
|
1821
|
+
# dataType - SOAP::SOAPInt
|
1822
|
+
# desc - SOAP::SOAPString
|
1823
|
+
# disabled - SOAP::SOAPBoolean
|
1824
|
+
# displayType - SOAP::SOAPInt
|
1825
|
+
# name - SOAP::SOAPString
|
1826
|
+
# ref - SOAP::SOAPString
|
1827
|
+
# required - SOAP::SOAPBoolean
|
1828
|
+
# securityRights - Etapper::API::ArrayOfDefinedFieldValue
|
1829
|
+
# system - SOAP::SOAPBoolean
|
1830
|
+
# values - Etapper::API::ArrayOfDefinedFieldValue
|
1831
|
+
class DefinedField
|
1832
|
+
attr_accessor :applicationTypes
|
1833
|
+
attr_accessor :category
|
1834
|
+
attr_accessor :dataType
|
1835
|
+
attr_accessor :desc
|
1836
|
+
attr_accessor :disabled
|
1837
|
+
attr_accessor :displayType
|
1838
|
+
attr_accessor :name
|
1839
|
+
attr_accessor :ref
|
1840
|
+
attr_accessor :required
|
1841
|
+
attr_accessor :securityRights
|
1842
|
+
attr_accessor :system
|
1843
|
+
attr_accessor :values
|
1844
|
+
|
1845
|
+
def initialize(applicationTypes = nil, category = nil, dataType = nil, desc = nil, disabled = nil, displayType = nil, name = nil, ref = nil, required = nil, securityRights = nil, system = nil, values = nil)
|
1846
|
+
@applicationTypes = applicationTypes
|
1847
|
+
@category = category
|
1848
|
+
@dataType = dataType
|
1849
|
+
@desc = desc
|
1850
|
+
@disabled = disabled
|
1851
|
+
@displayType = displayType
|
1852
|
+
@name = name
|
1853
|
+
@ref = ref
|
1854
|
+
@required = required
|
1855
|
+
@securityRights = securityRights
|
1856
|
+
@system = system
|
1857
|
+
@values = values
|
1858
|
+
end
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
# {etapestryAPI/service}DefinedFieldValue
|
1862
|
+
# desc - SOAP::SOAPString
|
1863
|
+
# disabled - SOAP::SOAPBoolean
|
1864
|
+
# ref - SOAP::SOAPString
|
1865
|
+
# value - SOAP::SOAPString
|
1866
|
+
class DefinedFieldValue
|
1867
|
+
attr_accessor :desc
|
1868
|
+
attr_accessor :disabled
|
1869
|
+
attr_accessor :ref
|
1870
|
+
attr_accessor :value
|
1871
|
+
|
1872
|
+
def initialize(desc = nil, disabled = nil, ref = nil, value = nil)
|
1873
|
+
@desc = desc
|
1874
|
+
@disabled = disabled
|
1875
|
+
@ref = ref
|
1876
|
+
@value = value
|
1877
|
+
end
|
1878
|
+
end
|
1879
|
+
|
1880
|
+
# {etapestryAPI/service}CartPreferences
|
1881
|
+
# categoryHeader - SOAP::SOAPString
|
1882
|
+
# checkoutQuestions - Etapper::API::ArrayOfQuestion
|
1883
|
+
# domesticCountries - Etapper::API::ArrayOfstring
|
1884
|
+
# expressShippingPrice - SOAP::SOAPDouble
|
1885
|
+
# freeOrderRegularShippingPrice - SOAP::SOAPDouble
|
1886
|
+
# internationalShippingPrice - SOAP::SOAPDouble
|
1887
|
+
# regularShippingPrice - SOAP::SOAPDouble
|
1888
|
+
# salesTaxKey - SOAP::SOAPInt
|
1889
|
+
# siteName - SOAP::SOAPString
|
1890
|
+
# siteTitle - SOAP::SOAPString
|
1891
|
+
# soldOutLabel - SOAP::SOAPString
|
1892
|
+
# stateTaxRates - Etapper::API::ArrayOfStateTaxRate
|
1893
|
+
# successMessage - SOAP::SOAPString
|
1894
|
+
# templateSetFolder - SOAP::SOAPString
|
1895
|
+
# transProcessor - Etapper::API::TransactionProcessor
|
1896
|
+
# welcomeMessage - SOAP::SOAPString
|
1897
|
+
class CartPreferences
|
1898
|
+
attr_accessor :categoryHeader
|
1899
|
+
attr_accessor :checkoutQuestions
|
1900
|
+
attr_accessor :domesticCountries
|
1901
|
+
attr_accessor :expressShippingPrice
|
1902
|
+
attr_accessor :freeOrderRegularShippingPrice
|
1903
|
+
attr_accessor :internationalShippingPrice
|
1904
|
+
attr_accessor :regularShippingPrice
|
1905
|
+
attr_accessor :salesTaxKey
|
1906
|
+
attr_accessor :siteName
|
1907
|
+
attr_accessor :siteTitle
|
1908
|
+
attr_accessor :soldOutLabel
|
1909
|
+
attr_accessor :stateTaxRates
|
1910
|
+
attr_accessor :successMessage
|
1911
|
+
attr_accessor :templateSetFolder
|
1912
|
+
attr_accessor :transProcessor
|
1913
|
+
attr_accessor :welcomeMessage
|
1914
|
+
|
1915
|
+
def initialize(categoryHeader = nil, checkoutQuestions = nil, domesticCountries = nil, expressShippingPrice = nil, freeOrderRegularShippingPrice = nil, internationalShippingPrice = nil, regularShippingPrice = nil, salesTaxKey = nil, siteName = nil, siteTitle = nil, soldOutLabel = nil, stateTaxRates = nil, successMessage = nil, templateSetFolder = nil, transProcessor = nil, welcomeMessage = nil)
|
1916
|
+
@categoryHeader = categoryHeader
|
1917
|
+
@checkoutQuestions = checkoutQuestions
|
1918
|
+
@domesticCountries = domesticCountries
|
1919
|
+
@expressShippingPrice = expressShippingPrice
|
1920
|
+
@freeOrderRegularShippingPrice = freeOrderRegularShippingPrice
|
1921
|
+
@internationalShippingPrice = internationalShippingPrice
|
1922
|
+
@regularShippingPrice = regularShippingPrice
|
1923
|
+
@salesTaxKey = salesTaxKey
|
1924
|
+
@siteName = siteName
|
1925
|
+
@siteTitle = siteTitle
|
1926
|
+
@soldOutLabel = soldOutLabel
|
1927
|
+
@stateTaxRates = stateTaxRates
|
1928
|
+
@successMessage = successMessage
|
1929
|
+
@templateSetFolder = templateSetFolder
|
1930
|
+
@transProcessor = transProcessor
|
1931
|
+
@welcomeMessage = welcomeMessage
|
1932
|
+
end
|
1933
|
+
end
|
1934
|
+
|
1935
|
+
# {etapestryAPI/service}StateTaxRate
|
1936
|
+
# rate - SOAP::SOAPDouble
|
1937
|
+
# state - SOAP::SOAPString
|
1938
|
+
class StateTaxRate
|
1939
|
+
attr_accessor :rate
|
1940
|
+
attr_accessor :state
|
1941
|
+
|
1942
|
+
def initialize(rate = nil, state = nil)
|
1943
|
+
@rate = rate
|
1944
|
+
@state = state
|
1945
|
+
end
|
1946
|
+
end
|
1947
|
+
|
1948
|
+
# {etapestryAPI/service}TransactionProcessor
|
1949
|
+
# default - SOAP::SOAPBoolean
|
1950
|
+
# disabled - SOAP::SOAPBoolean
|
1951
|
+
# ref - SOAP::SOAPString
|
1952
|
+
# refName - SOAP::SOAPString
|
1953
|
+
# type - SOAP::SOAPInt
|
1954
|
+
class TransactionProcessor
|
1955
|
+
attr_accessor :default
|
1956
|
+
attr_accessor :disabled
|
1957
|
+
attr_accessor :ref
|
1958
|
+
attr_accessor :refName
|
1959
|
+
attr_accessor :type
|
1960
|
+
|
1961
|
+
def initialize(default = nil, disabled = nil, ref = nil, refName = nil, type = nil)
|
1962
|
+
@default = default
|
1963
|
+
@disabled = disabled
|
1964
|
+
@ref = ref
|
1965
|
+
@refName = refName
|
1966
|
+
@type = type
|
1967
|
+
end
|
1968
|
+
end
|
1969
|
+
|
1970
|
+
# {etapestryAPI/service}Declaration
|
1971
|
+
# accountName - SOAP::SOAPString
|
1972
|
+
# accountRef - SOAP::SOAPString
|
1973
|
+
# address - SOAP::SOAPString
|
1974
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
1975
|
+
# city - SOAP::SOAPString
|
1976
|
+
# confirmationDate - SOAP::SOAPDateTime
|
1977
|
+
# country - SOAP::SOAPString
|
1978
|
+
# createdDate - SOAP::SOAPDateTime
|
1979
|
+
# date - SOAP::SOAPDateTime
|
1980
|
+
# endDate - SOAP::SOAPDateTime
|
1981
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
1982
|
+
# name - SOAP::SOAPString
|
1983
|
+
# note - SOAP::SOAPString
|
1984
|
+
# postalCode - SOAP::SOAPString
|
1985
|
+
# ref - SOAP::SOAPString
|
1986
|
+
# startDate - SOAP::SOAPDateTime
|
1987
|
+
# state - SOAP::SOAPString
|
1988
|
+
# type - SOAP::SOAPInt
|
1989
|
+
# verbal - SOAP::SOAPBoolean
|
1990
|
+
class Declaration
|
1991
|
+
attr_accessor :accountName
|
1992
|
+
attr_accessor :accountRef
|
1993
|
+
attr_accessor :address
|
1994
|
+
attr_accessor :attachments
|
1995
|
+
attr_accessor :city
|
1996
|
+
attr_accessor :confirmationDate
|
1997
|
+
attr_accessor :country
|
1998
|
+
attr_accessor :createdDate
|
1999
|
+
attr_accessor :date
|
2000
|
+
attr_accessor :endDate
|
2001
|
+
attr_accessor :lastModifiedDate
|
2002
|
+
attr_accessor :name
|
2003
|
+
attr_accessor :note
|
2004
|
+
attr_accessor :postalCode
|
2005
|
+
attr_accessor :ref
|
2006
|
+
attr_accessor :startDate
|
2007
|
+
attr_accessor :state
|
2008
|
+
attr_accessor :type
|
2009
|
+
attr_accessor :verbal
|
2010
|
+
|
2011
|
+
def initialize(accountName = nil, accountRef = nil, address = nil, attachments = nil, city = nil, confirmationDate = nil, country = nil, createdDate = nil, date = nil, endDate = nil, lastModifiedDate = nil, name = nil, note = nil, postalCode = nil, ref = nil, startDate = nil, state = nil, type = nil, verbal = nil)
|
2012
|
+
@accountName = accountName
|
2013
|
+
@accountRef = accountRef
|
2014
|
+
@address = address
|
2015
|
+
@attachments = attachments
|
2016
|
+
@city = city
|
2017
|
+
@confirmationDate = confirmationDate
|
2018
|
+
@country = country
|
2019
|
+
@createdDate = createdDate
|
2020
|
+
@date = date
|
2021
|
+
@endDate = endDate
|
2022
|
+
@lastModifiedDate = lastModifiedDate
|
2023
|
+
@name = name
|
2024
|
+
@note = note
|
2025
|
+
@postalCode = postalCode
|
2026
|
+
@ref = ref
|
2027
|
+
@startDate = startDate
|
2028
|
+
@state = state
|
2029
|
+
@type = type
|
2030
|
+
@verbal = verbal
|
2031
|
+
end
|
2032
|
+
end
|
2033
|
+
|
2034
|
+
# {etapestryAPI/service}PagedDefinedFieldsRequest
|
2035
|
+
# clearCache - SOAP::SOAPBoolean
|
2036
|
+
# count - SOAP::SOAPInt
|
2037
|
+
# start - SOAP::SOAPInt
|
2038
|
+
# applicationTypes - Etapper::API::ArrayOfint
|
2039
|
+
# categories - Etapper::API::ArrayOfstring
|
2040
|
+
# includeDisabledFields - SOAP::SOAPBoolean
|
2041
|
+
# includeDisabledValues - SOAP::SOAPBoolean
|
2042
|
+
# names - Etapper::API::ArrayOfstring
|
2043
|
+
class PagedDefinedFieldsRequest
|
2044
|
+
attr_accessor :clearCache
|
2045
|
+
attr_accessor :count
|
2046
|
+
attr_accessor :start
|
2047
|
+
attr_accessor :applicationTypes
|
2048
|
+
attr_accessor :categories
|
2049
|
+
attr_accessor :includeDisabledFields
|
2050
|
+
attr_accessor :includeDisabledValues
|
2051
|
+
attr_accessor :names
|
2052
|
+
|
2053
|
+
def initialize(clearCache = nil, count = nil, start = nil, applicationTypes = nil, categories = nil, includeDisabledFields = nil, includeDisabledValues = nil, names = nil)
|
2054
|
+
@clearCache = clearCache
|
2055
|
+
@count = count
|
2056
|
+
@start = start
|
2057
|
+
@applicationTypes = applicationTypes
|
2058
|
+
@categories = categories
|
2059
|
+
@includeDisabledFields = includeDisabledFields
|
2060
|
+
@includeDisabledValues = includeDisabledValues
|
2061
|
+
@names = names
|
2062
|
+
end
|
2063
|
+
end
|
2064
|
+
|
2065
|
+
# {etapestryAPI/service}DonorLoginPreferences
|
2066
|
+
# welcomePageHtml - SOAP::SOAPString
|
2067
|
+
class DonorLoginPreferences
|
2068
|
+
attr_accessor :welcomePageHtml
|
2069
|
+
|
2070
|
+
def initialize(welcomePageHtml = nil)
|
2071
|
+
@welcomePageHtml = welcomePageHtml
|
2072
|
+
end
|
2073
|
+
end
|
2074
|
+
|
2075
|
+
# {etapestryAPI/service}DuplicateAccountSearch
|
2076
|
+
# accountRoleTypes - SOAP::SOAPInt
|
2077
|
+
# address - SOAP::SOAPString
|
2078
|
+
# allowEmailOnlyMatch - SOAP::SOAPBoolean
|
2079
|
+
# email - SOAP::SOAPString
|
2080
|
+
# name - SOAP::SOAPString
|
2081
|
+
# phoneNumber - SOAP::SOAPString
|
2082
|
+
class DuplicateAccountSearch
|
2083
|
+
attr_accessor :accountRoleTypes
|
2084
|
+
attr_accessor :address
|
2085
|
+
attr_accessor :allowEmailOnlyMatch
|
2086
|
+
attr_accessor :email
|
2087
|
+
attr_accessor :name
|
2088
|
+
attr_accessor :phoneNumber
|
2089
|
+
|
2090
|
+
def initialize(accountRoleTypes = nil, address = nil, allowEmailOnlyMatch = nil, email = nil, name = nil, phoneNumber = nil)
|
2091
|
+
@accountRoleTypes = accountRoleTypes
|
2092
|
+
@address = address
|
2093
|
+
@allowEmailOnlyMatch = allowEmailOnlyMatch
|
2094
|
+
@email = email
|
2095
|
+
@name = name
|
2096
|
+
@phoneNumber = phoneNumber
|
2097
|
+
end
|
2098
|
+
end
|
2099
|
+
|
2100
|
+
# {etapestryAPI/service}DynamicQuery
|
2101
|
+
# accountType - SOAP::SOAPInt
|
2102
|
+
# applicationGroup - SOAP::SOAPString
|
2103
|
+
# baseQuery - SOAP::SOAPString
|
2104
|
+
# involvePrivacySettings - SOAP::SOAPBoolean
|
2105
|
+
# matchAny - SOAP::SOAPBoolean
|
2106
|
+
# personaOption - SOAP::SOAPString
|
2107
|
+
# returnType - SOAP::SOAPInt
|
2108
|
+
# searchCriteria - Etapper::API::ArrayOfSearchCriteria
|
2109
|
+
class DynamicQuery
|
2110
|
+
attr_accessor :accountType
|
2111
|
+
attr_accessor :applicationGroup
|
2112
|
+
attr_accessor :baseQuery
|
2113
|
+
attr_accessor :involvePrivacySettings
|
2114
|
+
attr_accessor :matchAny
|
2115
|
+
attr_accessor :personaOption
|
2116
|
+
attr_accessor :returnType
|
2117
|
+
attr_accessor :searchCriteria
|
2118
|
+
|
2119
|
+
def initialize(accountType = nil, applicationGroup = nil, baseQuery = nil, involvePrivacySettings = nil, matchAny = nil, personaOption = nil, returnType = nil, searchCriteria = nil)
|
2120
|
+
@accountType = accountType
|
2121
|
+
@applicationGroup = applicationGroup
|
2122
|
+
@baseQuery = baseQuery
|
2123
|
+
@involvePrivacySettings = involvePrivacySettings
|
2124
|
+
@matchAny = matchAny
|
2125
|
+
@personaOption = personaOption
|
2126
|
+
@returnType = returnType
|
2127
|
+
@searchCriteria = searchCriteria
|
2128
|
+
end
|
2129
|
+
end
|
2130
|
+
|
2131
|
+
# {etapestryAPI/service}QueryResultStats
|
2132
|
+
# gifted - SOAP::SOAPDouble
|
2133
|
+
# journalEntryCount - SOAP::SOAPInt
|
2134
|
+
# pledged - SOAP::SOAPDouble
|
2135
|
+
# raised - SOAP::SOAPDouble
|
2136
|
+
# received - SOAP::SOAPDouble
|
2137
|
+
# transactionCount - SOAP::SOAPInt
|
2138
|
+
class QueryResultStats
|
2139
|
+
attr_accessor :gifted
|
2140
|
+
attr_accessor :journalEntryCount
|
2141
|
+
attr_accessor :pledged
|
2142
|
+
attr_accessor :raised
|
2143
|
+
attr_accessor :received
|
2144
|
+
attr_accessor :transactionCount
|
2145
|
+
|
2146
|
+
def initialize(gifted = nil, journalEntryCount = nil, pledged = nil, raised = nil, received = nil, transactionCount = nil)
|
2147
|
+
@gifted = gifted
|
2148
|
+
@journalEntryCount = journalEntryCount
|
2149
|
+
@pledged = pledged
|
2150
|
+
@raised = raised
|
2151
|
+
@received = received
|
2152
|
+
@transactionCount = transactionCount
|
2153
|
+
end
|
2154
|
+
end
|
2155
|
+
|
2156
|
+
# {etapestryAPI/service}PagedDynamicQueryResultsRequest
|
2157
|
+
# clearCache - SOAP::SOAPBoolean
|
2158
|
+
# count - SOAP::SOAPInt
|
2159
|
+
# start - SOAP::SOAPInt
|
2160
|
+
# accountType - SOAP::SOAPInt
|
2161
|
+
# applicationGroup - SOAP::SOAPString
|
2162
|
+
# baseQuery - SOAP::SOAPString
|
2163
|
+
# involvePrivacySettings - SOAP::SOAPBoolean
|
2164
|
+
# matchAny - SOAP::SOAPBoolean
|
2165
|
+
# personaOption - SOAP::SOAPString
|
2166
|
+
# returnType - SOAP::SOAPInt
|
2167
|
+
# searchCriteria - Etapper::API::ArrayOfSearchCriteria
|
2168
|
+
# sortOptions - Etapper::API::ArrayOfSortOption
|
2169
|
+
class PagedDynamicQueryResultsRequest
|
2170
|
+
attr_accessor :clearCache
|
2171
|
+
attr_accessor :count
|
2172
|
+
attr_accessor :start
|
2173
|
+
attr_accessor :accountType
|
2174
|
+
attr_accessor :applicationGroup
|
2175
|
+
attr_accessor :baseQuery
|
2176
|
+
attr_accessor :involvePrivacySettings
|
2177
|
+
attr_accessor :matchAny
|
2178
|
+
attr_accessor :personaOption
|
2179
|
+
attr_accessor :returnType
|
2180
|
+
attr_accessor :searchCriteria
|
2181
|
+
attr_accessor :sortOptions
|
2182
|
+
|
2183
|
+
def initialize(clearCache = nil, count = nil, start = nil, accountType = nil, applicationGroup = nil, baseQuery = nil, involvePrivacySettings = nil, matchAny = nil, personaOption = nil, returnType = nil, searchCriteria = nil, sortOptions = nil)
|
2184
|
+
@clearCache = clearCache
|
2185
|
+
@count = count
|
2186
|
+
@start = start
|
2187
|
+
@accountType = accountType
|
2188
|
+
@applicationGroup = applicationGroup
|
2189
|
+
@baseQuery = baseQuery
|
2190
|
+
@involvePrivacySettings = involvePrivacySettings
|
2191
|
+
@matchAny = matchAny
|
2192
|
+
@personaOption = personaOption
|
2193
|
+
@returnType = returnType
|
2194
|
+
@searchCriteria = searchCriteria
|
2195
|
+
@sortOptions = sortOptions
|
2196
|
+
end
|
2197
|
+
end
|
2198
|
+
|
2199
|
+
# {etapestryAPI/service}SortOption
|
2200
|
+
# ascending - SOAP::SOAPBoolean
|
2201
|
+
# field - SOAP::SOAPString
|
2202
|
+
class SortOption
|
2203
|
+
attr_accessor :ascending
|
2204
|
+
attr_accessor :field
|
2205
|
+
|
2206
|
+
def initialize(ascending = nil, field = nil)
|
2207
|
+
@ascending = ascending
|
2208
|
+
@field = field
|
2209
|
+
end
|
2210
|
+
end
|
2211
|
+
|
2212
|
+
# {etapestryAPI/service}EntityRole
|
2213
|
+
# accountRoleType - SOAP::SOAPInt
|
2214
|
+
# createdDate - SOAP::SOAPDateTime
|
2215
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
2216
|
+
# donorRecognitionName - SOAP::SOAPString
|
2217
|
+
# donorRecognitionType - SOAP::SOAPInt
|
2218
|
+
# donorRoleRef - SOAP::SOAPString
|
2219
|
+
# emailStatus - SOAP::SOAPInt
|
2220
|
+
# householdStatus - SOAP::SOAPInt
|
2221
|
+
# id - SOAP::SOAPInt
|
2222
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
2223
|
+
# loginId - SOAP::SOAPString
|
2224
|
+
# loyaltyRating - SOAP::SOAPInt
|
2225
|
+
# name - SOAP::SOAPString
|
2226
|
+
# personas - Etapper::API::ArrayOfPersona
|
2227
|
+
# ref - SOAP::SOAPString
|
2228
|
+
# sortName - SOAP::SOAPString
|
2229
|
+
# teamRoleRef - SOAP::SOAPString
|
2230
|
+
# tributeRoleRef - SOAP::SOAPString
|
2231
|
+
# userRoleRef - SOAP::SOAPString
|
2232
|
+
class EntityRole
|
2233
|
+
attr_accessor :accountRoleType
|
2234
|
+
attr_accessor :createdDate
|
2235
|
+
attr_accessor :definedValues
|
2236
|
+
attr_accessor :donorRecognitionName
|
2237
|
+
attr_accessor :donorRecognitionType
|
2238
|
+
attr_accessor :donorRoleRef
|
2239
|
+
attr_accessor :emailStatus
|
2240
|
+
attr_accessor :householdStatus
|
2241
|
+
attr_accessor :id
|
2242
|
+
attr_accessor :lastModifiedDate
|
2243
|
+
attr_accessor :loginId
|
2244
|
+
attr_accessor :loyaltyRating
|
2245
|
+
attr_accessor :name
|
2246
|
+
attr_accessor :personas
|
2247
|
+
attr_accessor :ref
|
2248
|
+
attr_accessor :sortName
|
2249
|
+
attr_accessor :teamRoleRef
|
2250
|
+
attr_accessor :tributeRoleRef
|
2251
|
+
attr_accessor :userRoleRef
|
2252
|
+
|
2253
|
+
def initialize(accountRoleType = nil, createdDate = nil, definedValues = nil, donorRecognitionName = nil, donorRecognitionType = nil, donorRoleRef = nil, emailStatus = nil, householdStatus = nil, id = nil, lastModifiedDate = nil, loginId = nil, loyaltyRating = nil, name = nil, personas = nil, ref = nil, sortName = nil, teamRoleRef = nil, tributeRoleRef = nil, userRoleRef = nil)
|
2254
|
+
@accountRoleType = accountRoleType
|
2255
|
+
@createdDate = createdDate
|
2256
|
+
@definedValues = definedValues
|
2257
|
+
@donorRecognitionName = donorRecognitionName
|
2258
|
+
@donorRecognitionType = donorRecognitionType
|
2259
|
+
@donorRoleRef = donorRoleRef
|
2260
|
+
@emailStatus = emailStatus
|
2261
|
+
@householdStatus = householdStatus
|
2262
|
+
@id = id
|
2263
|
+
@lastModifiedDate = lastModifiedDate
|
2264
|
+
@loginId = loginId
|
2265
|
+
@loyaltyRating = loyaltyRating
|
2266
|
+
@name = name
|
2267
|
+
@personas = personas
|
2268
|
+
@ref = ref
|
2269
|
+
@sortName = sortName
|
2270
|
+
@teamRoleRef = teamRoleRef
|
2271
|
+
@tributeRoleRef = tributeRoleRef
|
2272
|
+
@userRoleRef = userRoleRef
|
2273
|
+
end
|
2274
|
+
end
|
2275
|
+
|
2276
|
+
# {etapestryAPI/service}Persona
|
2277
|
+
# address - SOAP::SOAPString
|
2278
|
+
# city - SOAP::SOAPString
|
2279
|
+
# country - SOAP::SOAPString
|
2280
|
+
# county - SOAP::SOAPString
|
2281
|
+
# createdDate - SOAP::SOAPDateTime
|
2282
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
2283
|
+
# email - SOAP::SOAPString
|
2284
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
2285
|
+
# longSalutation - SOAP::SOAPString
|
2286
|
+
# note - SOAP::SOAPString
|
2287
|
+
# phones - Etapper::API::ArrayOfPhone
|
2288
|
+
# postalCode - SOAP::SOAPString
|
2289
|
+
# primary - SOAP::SOAPBoolean
|
2290
|
+
# ref - SOAP::SOAPString
|
2291
|
+
# shortSalutation - SOAP::SOAPString
|
2292
|
+
# state - SOAP::SOAPString
|
2293
|
+
# stickyNoteType - SOAP::SOAPString
|
2294
|
+
# type - SOAP::SOAPString
|
2295
|
+
# webAddress - SOAP::SOAPString
|
2296
|
+
class Persona
|
2297
|
+
attr_accessor :address
|
2298
|
+
attr_accessor :city
|
2299
|
+
attr_accessor :country
|
2300
|
+
attr_accessor :county
|
2301
|
+
attr_accessor :createdDate
|
2302
|
+
attr_accessor :definedValues
|
2303
|
+
attr_accessor :email
|
2304
|
+
attr_accessor :lastModifiedDate
|
2305
|
+
attr_accessor :longSalutation
|
2306
|
+
attr_accessor :note
|
2307
|
+
attr_accessor :phones
|
2308
|
+
attr_accessor :postalCode
|
2309
|
+
attr_accessor :primary
|
2310
|
+
attr_accessor :ref
|
2311
|
+
attr_accessor :shortSalutation
|
2312
|
+
attr_accessor :state
|
2313
|
+
attr_accessor :stickyNoteType
|
2314
|
+
attr_accessor :type
|
2315
|
+
attr_accessor :webAddress
|
2316
|
+
|
2317
|
+
def initialize(address = nil, city = nil, country = nil, county = nil, createdDate = nil, definedValues = nil, email = nil, lastModifiedDate = nil, longSalutation = nil, note = nil, phones = nil, postalCode = nil, primary = nil, ref = nil, shortSalutation = nil, state = nil, stickyNoteType = nil, type = nil, webAddress = nil)
|
2318
|
+
@address = address
|
2319
|
+
@city = city
|
2320
|
+
@country = country
|
2321
|
+
@county = county
|
2322
|
+
@createdDate = createdDate
|
2323
|
+
@definedValues = definedValues
|
2324
|
+
@email = email
|
2325
|
+
@lastModifiedDate = lastModifiedDate
|
2326
|
+
@longSalutation = longSalutation
|
2327
|
+
@note = note
|
2328
|
+
@phones = phones
|
2329
|
+
@postalCode = postalCode
|
2330
|
+
@primary = primary
|
2331
|
+
@ref = ref
|
2332
|
+
@shortSalutation = shortSalutation
|
2333
|
+
@state = state
|
2334
|
+
@stickyNoteType = stickyNoteType
|
2335
|
+
@type = type
|
2336
|
+
@webAddress = webAddress
|
2337
|
+
end
|
2338
|
+
end
|
2339
|
+
|
2340
|
+
# {etapestryAPI/service}PagedExistingQueryResultsRequest
|
2341
|
+
# clearCache - SOAP::SOAPBoolean
|
2342
|
+
# count - SOAP::SOAPInt
|
2343
|
+
# start - SOAP::SOAPInt
|
2344
|
+
# accountType - SOAP::SOAPInt
|
2345
|
+
# query - SOAP::SOAPString
|
2346
|
+
# sortOptions - Etapper::API::ArrayOfSortOption
|
2347
|
+
class PagedExistingQueryResultsRequest
|
2348
|
+
attr_accessor :clearCache
|
2349
|
+
attr_accessor :count
|
2350
|
+
attr_accessor :start
|
2351
|
+
attr_accessor :accountType
|
2352
|
+
attr_accessor :query
|
2353
|
+
attr_accessor :sortOptions
|
2354
|
+
|
2355
|
+
def initialize(clearCache = nil, count = nil, start = nil, accountType = nil, query = nil, sortOptions = nil)
|
2356
|
+
@clearCache = clearCache
|
2357
|
+
@count = count
|
2358
|
+
@start = start
|
2359
|
+
@accountType = accountType
|
2360
|
+
@query = query
|
2361
|
+
@sortOptions = sortOptions
|
2362
|
+
end
|
2363
|
+
end
|
2364
|
+
|
2365
|
+
# {etapestryAPI/service}PagedJournalEntriesRequest
|
2366
|
+
# clearCache - SOAP::SOAPBoolean
|
2367
|
+
# count - SOAP::SOAPInt
|
2368
|
+
# start - SOAP::SOAPInt
|
2369
|
+
# accountRef - SOAP::SOAPString
|
2370
|
+
# baseQuery - SOAP::SOAPString
|
2371
|
+
# endDate - SOAP::SOAPDateTime
|
2372
|
+
# startDate - SOAP::SOAPDateTime
|
2373
|
+
# types - Etapper::API::ArrayOfint
|
2374
|
+
class PagedJournalEntriesRequest
|
2375
|
+
attr_accessor :clearCache
|
2376
|
+
attr_accessor :count
|
2377
|
+
attr_accessor :start
|
2378
|
+
attr_accessor :accountRef
|
2379
|
+
attr_accessor :baseQuery
|
2380
|
+
attr_accessor :endDate
|
2381
|
+
attr_accessor :startDate
|
2382
|
+
attr_accessor :types
|
2383
|
+
|
2384
|
+
def initialize(clearCache = nil, count = nil, start = nil, accountRef = nil, baseQuery = nil, endDate = nil, startDate = nil, types = nil)
|
2385
|
+
@clearCache = clearCache
|
2386
|
+
@count = count
|
2387
|
+
@start = start
|
2388
|
+
@accountRef = accountRef
|
2389
|
+
@baseQuery = baseQuery
|
2390
|
+
@endDate = endDate
|
2391
|
+
@startDate = startDate
|
2392
|
+
@types = types
|
2393
|
+
end
|
2394
|
+
end
|
2395
|
+
|
2396
|
+
# {etapestryAPI/service}JournalSummary
|
2397
|
+
# accountName - SOAP::SOAPString
|
2398
|
+
# accountRef - SOAP::SOAPString
|
2399
|
+
# lifetimeGivingTotal - SOAP::SOAPDouble
|
2400
|
+
# lifetimePledgedTotal - SOAP::SOAPDouble
|
2401
|
+
# lifetimeTransactionCount - SOAP::SOAPInt
|
2402
|
+
# oneYearAgoGivingAmount - SOAP::SOAPDouble
|
2403
|
+
# oneYearAgoPledgedAmount - SOAP::SOAPDouble
|
2404
|
+
# oneYearAgoTransactionCount - SOAP::SOAPInt
|
2405
|
+
# yearToDateGivingTotal - SOAP::SOAPDouble
|
2406
|
+
# yearToDatePledgedTotal - SOAP::SOAPDouble
|
2407
|
+
# yearToDateTransactionCount - SOAP::SOAPInt
|
2408
|
+
class JournalSummary
|
2409
|
+
attr_accessor :accountName
|
2410
|
+
attr_accessor :accountRef
|
2411
|
+
attr_accessor :lifetimeGivingTotal
|
2412
|
+
attr_accessor :lifetimePledgedTotal
|
2413
|
+
attr_accessor :lifetimeTransactionCount
|
2414
|
+
attr_accessor :oneYearAgoGivingAmount
|
2415
|
+
attr_accessor :oneYearAgoPledgedAmount
|
2416
|
+
attr_accessor :oneYearAgoTransactionCount
|
2417
|
+
attr_accessor :yearToDateGivingTotal
|
2418
|
+
attr_accessor :yearToDatePledgedTotal
|
2419
|
+
attr_accessor :yearToDateTransactionCount
|
2420
|
+
|
2421
|
+
def initialize(accountName = nil, accountRef = nil, lifetimeGivingTotal = nil, lifetimePledgedTotal = nil, lifetimeTransactionCount = nil, oneYearAgoGivingAmount = nil, oneYearAgoPledgedAmount = nil, oneYearAgoTransactionCount = nil, yearToDateGivingTotal = nil, yearToDatePledgedTotal = nil, yearToDateTransactionCount = nil)
|
2422
|
+
@accountName = accountName
|
2423
|
+
@accountRef = accountRef
|
2424
|
+
@lifetimeGivingTotal = lifetimeGivingTotal
|
2425
|
+
@lifetimePledgedTotal = lifetimePledgedTotal
|
2426
|
+
@lifetimeTransactionCount = lifetimeTransactionCount
|
2427
|
+
@oneYearAgoGivingAmount = oneYearAgoGivingAmount
|
2428
|
+
@oneYearAgoPledgedAmount = oneYearAgoPledgedAmount
|
2429
|
+
@oneYearAgoTransactionCount = oneYearAgoTransactionCount
|
2430
|
+
@yearToDateGivingTotal = yearToDateGivingTotal
|
2431
|
+
@yearToDatePledgedTotal = yearToDatePledgedTotal
|
2432
|
+
@yearToDateTransactionCount = yearToDateTransactionCount
|
2433
|
+
end
|
2434
|
+
end
|
2435
|
+
|
2436
|
+
# {etapestryAPI/service}PrivacyPreferences
|
2437
|
+
# accountPrivacyPreference - Etapper::API::PrivacyPreference
|
2438
|
+
# accountRef - SOAP::SOAPString
|
2439
|
+
# personaPrivacyPreferences - Etapper::API::ArrayOfPrivacyPreference
|
2440
|
+
class PrivacyPreferences
|
2441
|
+
attr_accessor :accountPrivacyPreference
|
2442
|
+
attr_accessor :accountRef
|
2443
|
+
attr_accessor :personaPrivacyPreferences
|
2444
|
+
|
2445
|
+
def initialize(accountPrivacyPreference = nil, accountRef = nil, personaPrivacyPreferences = nil)
|
2446
|
+
@accountPrivacyPreference = accountPrivacyPreference
|
2447
|
+
@accountRef = accountRef
|
2448
|
+
@personaPrivacyPreferences = personaPrivacyPreferences
|
2449
|
+
end
|
2450
|
+
end
|
2451
|
+
|
2452
|
+
# {etapestryAPI/service}PrivacyPreference
|
2453
|
+
# accountDefined - SOAP::SOAPBoolean
|
2454
|
+
# applicationGroup - SOAP::SOAPString
|
2455
|
+
# hiddenFields - Etapper::API::ArrayOfstring
|
2456
|
+
# personaType - SOAP::SOAPString
|
2457
|
+
# status - SOAP::SOAPInt
|
2458
|
+
class PrivacyPreference
|
2459
|
+
attr_accessor :accountDefined
|
2460
|
+
attr_accessor :applicationGroup
|
2461
|
+
attr_accessor :hiddenFields
|
2462
|
+
attr_accessor :personaType
|
2463
|
+
attr_accessor :status
|
2464
|
+
|
2465
|
+
def initialize(accountDefined = nil, applicationGroup = nil, hiddenFields = nil, personaType = nil, status = nil)
|
2466
|
+
@accountDefined = accountDefined
|
2467
|
+
@applicationGroup = applicationGroup
|
2468
|
+
@hiddenFields = hiddenFields
|
2469
|
+
@personaType = personaType
|
2470
|
+
@status = status
|
2471
|
+
end
|
2472
|
+
end
|
2473
|
+
|
2474
|
+
# {etapestryAPI/service}OrganizationPreferences
|
2475
|
+
# passwordMinimumLength - SOAP::SOAPInt
|
2476
|
+
# passwordRequireComplexity - SOAP::SOAPBoolean
|
2477
|
+
class OrganizationPreferences
|
2478
|
+
attr_accessor :passwordMinimumLength
|
2479
|
+
attr_accessor :passwordRequireComplexity
|
2480
|
+
|
2481
|
+
def initialize(passwordMinimumLength = nil, passwordRequireComplexity = nil)
|
2482
|
+
@passwordMinimumLength = passwordMinimumLength
|
2483
|
+
@passwordRequireComplexity = passwordRequireComplexity
|
2484
|
+
end
|
2485
|
+
end
|
2486
|
+
|
2487
|
+
# {etapestryAPI/service}PhoneAThonList
|
2488
|
+
# currentCount - SOAP::SOAPInt
|
2489
|
+
# description - SOAP::SOAPString
|
2490
|
+
# enabled - SOAP::SOAPBoolean
|
2491
|
+
# initialCount - SOAP::SOAPInt
|
2492
|
+
# lastGenerated - SOAP::SOAPDateTime
|
2493
|
+
# name - SOAP::SOAPString
|
2494
|
+
# ref - SOAP::SOAPString
|
2495
|
+
class PhoneAThonList
|
2496
|
+
attr_accessor :currentCount
|
2497
|
+
attr_accessor :description
|
2498
|
+
attr_accessor :enabled
|
2499
|
+
attr_accessor :initialCount
|
2500
|
+
attr_accessor :lastGenerated
|
2501
|
+
attr_accessor :name
|
2502
|
+
attr_accessor :ref
|
2503
|
+
|
2504
|
+
def initialize(currentCount = nil, description = nil, enabled = nil, initialCount = nil, lastGenerated = nil, name = nil, ref = nil)
|
2505
|
+
@currentCount = currentCount
|
2506
|
+
@description = description
|
2507
|
+
@enabled = enabled
|
2508
|
+
@initialCount = initialCount
|
2509
|
+
@lastGenerated = lastGenerated
|
2510
|
+
@name = name
|
2511
|
+
@ref = ref
|
2512
|
+
end
|
2513
|
+
end
|
2514
|
+
|
2515
|
+
# {etapestryAPI/service}Purchase
|
2516
|
+
# accountName - SOAP::SOAPString
|
2517
|
+
# accountRef - SOAP::SOAPString
|
2518
|
+
# amount - SOAP::SOAPDouble
|
2519
|
+
# approach - SOAP::SOAPString
|
2520
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
2521
|
+
# campaign - SOAP::SOAPString
|
2522
|
+
# createdDate - SOAP::SOAPDateTime
|
2523
|
+
# date - SOAP::SOAPDateTime
|
2524
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
2525
|
+
# final - SOAP::SOAPBoolean
|
2526
|
+
# fund - SOAP::SOAPString
|
2527
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
2528
|
+
# letter - SOAP::SOAPString
|
2529
|
+
# nonDeductibleAmount - SOAP::SOAPDouble
|
2530
|
+
# note - SOAP::SOAPString
|
2531
|
+
# offsettingRef - SOAP::SOAPString
|
2532
|
+
# orderDetail - Etapper::API::OrderDetail
|
2533
|
+
# orderInfo - Etapper::API::OrderInfo
|
2534
|
+
# receipt - SOAP::SOAPString
|
2535
|
+
# recognitionName - SOAP::SOAPString
|
2536
|
+
# recognitionType - SOAP::SOAPInt
|
2537
|
+
# ref - SOAP::SOAPString
|
2538
|
+
# segmentedTransactionRef - SOAP::SOAPString
|
2539
|
+
# softCredit - Etapper::API::SoftCredit
|
2540
|
+
# type - SOAP::SOAPInt
|
2541
|
+
# valuable - Etapper::API::Valuable
|
2542
|
+
class Purchase
|
2543
|
+
attr_accessor :accountName
|
2544
|
+
attr_accessor :accountRef
|
2545
|
+
attr_accessor :amount
|
2546
|
+
attr_accessor :approach
|
2547
|
+
attr_accessor :attachments
|
2548
|
+
attr_accessor :campaign
|
2549
|
+
attr_accessor :createdDate
|
2550
|
+
attr_accessor :date
|
2551
|
+
attr_accessor :definedValues
|
2552
|
+
attr_accessor :final
|
2553
|
+
attr_accessor :fund
|
2554
|
+
attr_accessor :lastModifiedDate
|
2555
|
+
attr_accessor :letter
|
2556
|
+
attr_accessor :nonDeductibleAmount
|
2557
|
+
attr_accessor :note
|
2558
|
+
attr_accessor :offsettingRef
|
2559
|
+
attr_accessor :orderDetail
|
2560
|
+
attr_accessor :orderInfo
|
2561
|
+
attr_accessor :receipt
|
2562
|
+
attr_accessor :recognitionName
|
2563
|
+
attr_accessor :recognitionType
|
2564
|
+
attr_accessor :ref
|
2565
|
+
attr_accessor :segmentedTransactionRef
|
2566
|
+
attr_accessor :softCredit
|
2567
|
+
attr_accessor :type
|
2568
|
+
attr_accessor :valuable
|
2569
|
+
|
2570
|
+
def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, attachments = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, lastModifiedDate = nil, letter = nil, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, orderDetail = nil, orderInfo = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, segmentedTransactionRef = nil, softCredit = nil, type = nil, valuable = nil)
|
2571
|
+
@accountName = accountName
|
2572
|
+
@accountRef = accountRef
|
2573
|
+
@amount = amount
|
2574
|
+
@approach = approach
|
2575
|
+
@attachments = attachments
|
2576
|
+
@campaign = campaign
|
2577
|
+
@createdDate = createdDate
|
2578
|
+
@date = date
|
2579
|
+
@definedValues = definedValues
|
2580
|
+
@final = final
|
2581
|
+
@fund = fund
|
2582
|
+
@lastModifiedDate = lastModifiedDate
|
2583
|
+
@letter = letter
|
2584
|
+
@nonDeductibleAmount = nonDeductibleAmount
|
2585
|
+
@note = note
|
2586
|
+
@offsettingRef = offsettingRef
|
2587
|
+
@orderDetail = orderDetail
|
2588
|
+
@orderInfo = orderInfo
|
2589
|
+
@receipt = receipt
|
2590
|
+
@recognitionName = recognitionName
|
2591
|
+
@recognitionType = recognitionType
|
2592
|
+
@ref = ref
|
2593
|
+
@segmentedTransactionRef = segmentedTransactionRef
|
2594
|
+
@softCredit = softCredit
|
2595
|
+
@type = type
|
2596
|
+
@valuable = valuable
|
2597
|
+
end
|
2598
|
+
end
|
2599
|
+
|
2600
|
+
# {etapestryAPI/service}RecurringGiftSchedule
|
2601
|
+
# accountName - SOAP::SOAPString
|
2602
|
+
# accountRef - SOAP::SOAPString
|
2603
|
+
# amount - SOAP::SOAPDouble
|
2604
|
+
# approach - SOAP::SOAPString
|
2605
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
2606
|
+
# campaign - SOAP::SOAPString
|
2607
|
+
# createdDate - SOAP::SOAPDateTime
|
2608
|
+
# date - SOAP::SOAPDateTime
|
2609
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
2610
|
+
# final - SOAP::SOAPBoolean
|
2611
|
+
# fund - SOAP::SOAPString
|
2612
|
+
# fundraiser - SOAP::SOAPString
|
2613
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
2614
|
+
# letter - SOAP::SOAPString
|
2615
|
+
# linkedGiftsAmount - SOAP::SOAPDouble
|
2616
|
+
# nextGiftAmount - SOAP::SOAPDouble
|
2617
|
+
# nextGiftDate - SOAP::SOAPDateTime
|
2618
|
+
# nonDeductibleAmount - SOAP::SOAPDouble
|
2619
|
+
# note - SOAP::SOAPString
|
2620
|
+
# originalAccountName - SOAP::SOAPString
|
2621
|
+
# originalAccountRef - SOAP::SOAPString
|
2622
|
+
# originalTransactionRef - SOAP::SOAPString
|
2623
|
+
# receipt - SOAP::SOAPString
|
2624
|
+
# recognitionName - SOAP::SOAPString
|
2625
|
+
# recognitionType - SOAP::SOAPInt
|
2626
|
+
# ref - SOAP::SOAPString
|
2627
|
+
# schedule - Etapper::API::StandardPaymentSchedule
|
2628
|
+
# scheduledValuable - Etapper::API::Valuable
|
2629
|
+
# softCredit - Etapper::API::SoftCredit
|
2630
|
+
# tributeAccountName - SOAP::SOAPString
|
2631
|
+
# tributeAccountRef - SOAP::SOAPString
|
2632
|
+
# type - SOAP::SOAPInt
|
2633
|
+
class RecurringGiftSchedule
|
2634
|
+
attr_accessor :accountName
|
2635
|
+
attr_accessor :accountRef
|
2636
|
+
attr_accessor :amount
|
2637
|
+
attr_accessor :approach
|
2638
|
+
attr_accessor :attachments
|
2639
|
+
attr_accessor :campaign
|
2640
|
+
attr_accessor :createdDate
|
2641
|
+
attr_accessor :date
|
2642
|
+
attr_accessor :definedValues
|
2643
|
+
attr_accessor :final
|
2644
|
+
attr_accessor :fund
|
2645
|
+
attr_accessor :fundraiser
|
2646
|
+
attr_accessor :lastModifiedDate
|
2647
|
+
attr_accessor :letter
|
2648
|
+
attr_accessor :linkedGiftsAmount
|
2649
|
+
attr_accessor :nextGiftAmount
|
2650
|
+
attr_accessor :nextGiftDate
|
2651
|
+
attr_accessor :nonDeductibleAmount
|
2652
|
+
attr_accessor :note
|
2653
|
+
attr_accessor :originalAccountName
|
2654
|
+
attr_accessor :originalAccountRef
|
2655
|
+
attr_accessor :originalTransactionRef
|
2656
|
+
attr_accessor :receipt
|
2657
|
+
attr_accessor :recognitionName
|
2658
|
+
attr_accessor :recognitionType
|
2659
|
+
attr_accessor :ref
|
2660
|
+
attr_accessor :schedule
|
2661
|
+
attr_accessor :scheduledValuable
|
2662
|
+
attr_accessor :softCredit
|
2663
|
+
attr_accessor :tributeAccountName
|
2664
|
+
attr_accessor :tributeAccountRef
|
2665
|
+
attr_accessor :type
|
2666
|
+
|
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)
|
2668
|
+
@accountName = accountName
|
2669
|
+
@accountRef = accountRef
|
2670
|
+
@amount = amount
|
2671
|
+
@approach = approach
|
2672
|
+
@attachments = attachments
|
2673
|
+
@campaign = campaign
|
2674
|
+
@createdDate = createdDate
|
2675
|
+
@date = date
|
2676
|
+
@definedValues = definedValues
|
2677
|
+
@final = final
|
2678
|
+
@fund = fund
|
2679
|
+
@fundraiser = fundraiser
|
2680
|
+
@lastModifiedDate = lastModifiedDate
|
2681
|
+
@letter = letter
|
2682
|
+
@linkedGiftsAmount = linkedGiftsAmount
|
2683
|
+
@nextGiftAmount = nextGiftAmount
|
2684
|
+
@nextGiftDate = nextGiftDate
|
2685
|
+
@nonDeductibleAmount = nonDeductibleAmount
|
2686
|
+
@note = note
|
2687
|
+
@originalAccountName = originalAccountName
|
2688
|
+
@originalAccountRef = originalAccountRef
|
2689
|
+
@originalTransactionRef = originalTransactionRef
|
2690
|
+
@receipt = receipt
|
2691
|
+
@recognitionName = recognitionName
|
2692
|
+
@recognitionType = recognitionType
|
2693
|
+
@ref = ref
|
2694
|
+
@schedule = schedule
|
2695
|
+
@scheduledValuable = scheduledValuable
|
2696
|
+
@softCredit = softCredit
|
2697
|
+
@tributeAccountName = tributeAccountName
|
2698
|
+
@tributeAccountRef = tributeAccountRef
|
2699
|
+
@type = type
|
2700
|
+
end
|
2701
|
+
end
|
2702
|
+
|
2703
|
+
# {etapestryAPI/service}SegmentedDonation
|
2704
|
+
# accountName - SOAP::SOAPString
|
2705
|
+
# accountRef - SOAP::SOAPString
|
2706
|
+
# createdDate - SOAP::SOAPDateTime
|
2707
|
+
# date - SOAP::SOAPDateTime
|
2708
|
+
# final - SOAP::SOAPBoolean
|
2709
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
2710
|
+
# offsettingRef - SOAP::SOAPString
|
2711
|
+
# ref - SOAP::SOAPString
|
2712
|
+
# segments - Etapper::API::ArrayOfanyType
|
2713
|
+
# totalAmount - SOAP::SOAPDouble
|
2714
|
+
# totalNonDeductibleAmount - SOAP::SOAPDouble
|
2715
|
+
# type - SOAP::SOAPInt
|
2716
|
+
class SegmentedDonation
|
2717
|
+
attr_accessor :accountName
|
2718
|
+
attr_accessor :accountRef
|
2719
|
+
attr_accessor :createdDate
|
2720
|
+
attr_accessor :date
|
2721
|
+
attr_accessor :final
|
2722
|
+
attr_accessor :lastModifiedDate
|
2723
|
+
attr_accessor :offsettingRef
|
2724
|
+
attr_accessor :ref
|
2725
|
+
attr_accessor :segments
|
2726
|
+
attr_accessor :totalAmount
|
2727
|
+
attr_accessor :totalNonDeductibleAmount
|
2728
|
+
attr_accessor :type
|
2729
|
+
|
2730
|
+
def initialize(accountName = nil, accountRef = nil, createdDate = nil, date = nil, final = nil, lastModifiedDate = nil, offsettingRef = nil, ref = nil, segments = nil, totalAmount = nil, totalNonDeductibleAmount = nil, type = nil)
|
2731
|
+
@accountName = accountName
|
2732
|
+
@accountRef = accountRef
|
2733
|
+
@createdDate = createdDate
|
2734
|
+
@date = date
|
2735
|
+
@final = final
|
2736
|
+
@lastModifiedDate = lastModifiedDate
|
2737
|
+
@offsettingRef = offsettingRef
|
2738
|
+
@ref = ref
|
2739
|
+
@segments = segments
|
2740
|
+
@totalAmount = totalAmount
|
2741
|
+
@totalNonDeductibleAmount = totalNonDeductibleAmount
|
2742
|
+
@type = type
|
2743
|
+
end
|
2744
|
+
end
|
2745
|
+
|
2746
|
+
# {etapestryAPI/service}SegmentedOrder
|
2747
|
+
# accountName - SOAP::SOAPString
|
2748
|
+
# accountRef - SOAP::SOAPString
|
2749
|
+
# createdDate - SOAP::SOAPDateTime
|
2750
|
+
# date - SOAP::SOAPDateTime
|
2751
|
+
# final - SOAP::SOAPBoolean
|
2752
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
2753
|
+
# offsettingRef - SOAP::SOAPString
|
2754
|
+
# orderInfo - Etapper::API::OrderInfo
|
2755
|
+
# ref - SOAP::SOAPString
|
2756
|
+
# segments - Etapper::API::ArrayOfanyType
|
2757
|
+
# totalAmount - SOAP::SOAPDouble
|
2758
|
+
# totalNonDeductibleAmount - SOAP::SOAPDouble
|
2759
|
+
# type - SOAP::SOAPInt
|
2760
|
+
class SegmentedOrder
|
2761
|
+
attr_accessor :accountName
|
2762
|
+
attr_accessor :accountRef
|
2763
|
+
attr_accessor :createdDate
|
2764
|
+
attr_accessor :date
|
2765
|
+
attr_accessor :final
|
2766
|
+
attr_accessor :lastModifiedDate
|
2767
|
+
attr_accessor :offsettingRef
|
2768
|
+
attr_accessor :orderInfo
|
2769
|
+
attr_accessor :ref
|
2770
|
+
attr_accessor :segments
|
2771
|
+
attr_accessor :totalAmount
|
2772
|
+
attr_accessor :totalNonDeductibleAmount
|
2773
|
+
attr_accessor :type
|
2774
|
+
|
2775
|
+
def initialize(accountName = nil, accountRef = nil, createdDate = nil, date = nil, final = nil, lastModifiedDate = nil, offsettingRef = nil, orderInfo = nil, ref = nil, segments = nil, totalAmount = nil, totalNonDeductibleAmount = nil, type = nil)
|
2776
|
+
@accountName = accountName
|
2777
|
+
@accountRef = accountRef
|
2778
|
+
@createdDate = createdDate
|
2779
|
+
@date = date
|
2780
|
+
@final = final
|
2781
|
+
@lastModifiedDate = lastModifiedDate
|
2782
|
+
@offsettingRef = offsettingRef
|
2783
|
+
@orderInfo = orderInfo
|
2784
|
+
@ref = ref
|
2785
|
+
@segments = segments
|
2786
|
+
@totalAmount = totalAmount
|
2787
|
+
@totalNonDeductibleAmount = totalNonDeductibleAmount
|
2788
|
+
@type = type
|
2789
|
+
end
|
2790
|
+
end
|
2791
|
+
|
2792
|
+
# {etapestryAPI/service}SegmentedPledge
|
2793
|
+
# accountName - SOAP::SOAPString
|
2794
|
+
# accountRef - SOAP::SOAPString
|
2795
|
+
# consolidatedCustomSchedule - Etapper::API::CustomPaymentSchedule
|
2796
|
+
# createdDate - SOAP::SOAPDateTime
|
2797
|
+
# date - SOAP::SOAPDateTime
|
2798
|
+
# final - SOAP::SOAPBoolean
|
2799
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
2800
|
+
# offsettingRef - SOAP::SOAPString
|
2801
|
+
# ref - SOAP::SOAPString
|
2802
|
+
# segments - Etapper::API::ArrayOfanyType
|
2803
|
+
# totalAmount - SOAP::SOAPDouble
|
2804
|
+
# totalNonDeductibleAmount - SOAP::SOAPDouble
|
2805
|
+
# type - SOAP::SOAPInt
|
2806
|
+
# upgraded - SOAP::SOAPBoolean
|
2807
|
+
class SegmentedPledge
|
2808
|
+
attr_accessor :accountName
|
2809
|
+
attr_accessor :accountRef
|
2810
|
+
attr_accessor :consolidatedCustomSchedule
|
2811
|
+
attr_accessor :createdDate
|
2812
|
+
attr_accessor :date
|
2813
|
+
attr_accessor :final
|
2814
|
+
attr_accessor :lastModifiedDate
|
2815
|
+
attr_accessor :offsettingRef
|
2816
|
+
attr_accessor :ref
|
2817
|
+
attr_accessor :segments
|
2818
|
+
attr_accessor :totalAmount
|
2819
|
+
attr_accessor :totalNonDeductibleAmount
|
2820
|
+
attr_accessor :type
|
2821
|
+
attr_accessor :upgraded
|
2822
|
+
|
2823
|
+
def initialize(accountName = nil, accountRef = nil, consolidatedCustomSchedule = nil, createdDate = nil, date = nil, final = nil, lastModifiedDate = nil, offsettingRef = nil, ref = nil, segments = nil, totalAmount = nil, totalNonDeductibleAmount = nil, type = nil, upgraded = nil)
|
2824
|
+
@accountName = accountName
|
2825
|
+
@accountRef = accountRef
|
2826
|
+
@consolidatedCustomSchedule = consolidatedCustomSchedule
|
2827
|
+
@createdDate = createdDate
|
2828
|
+
@date = date
|
2829
|
+
@final = final
|
2830
|
+
@lastModifiedDate = lastModifiedDate
|
2831
|
+
@offsettingRef = offsettingRef
|
2832
|
+
@ref = ref
|
2833
|
+
@segments = segments
|
2834
|
+
@totalAmount = totalAmount
|
2835
|
+
@totalNonDeductibleAmount = totalNonDeductibleAmount
|
2836
|
+
@type = type
|
2837
|
+
@upgraded = upgraded
|
2838
|
+
end
|
2839
|
+
end
|
2840
|
+
|
2841
|
+
# {etapestryAPI/service}Shipping
|
2842
|
+
# accountName - SOAP::SOAPString
|
2843
|
+
# accountRef - SOAP::SOAPString
|
2844
|
+
# amount - SOAP::SOAPDouble
|
2845
|
+
# approach - SOAP::SOAPString
|
2846
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
2847
|
+
# campaign - SOAP::SOAPString
|
2848
|
+
# createdDate - SOAP::SOAPDateTime
|
2849
|
+
# date - SOAP::SOAPDateTime
|
2850
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
2851
|
+
# final - SOAP::SOAPBoolean
|
2852
|
+
# fund - SOAP::SOAPString
|
2853
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
2854
|
+
# letter - SOAP::SOAPString
|
2855
|
+
# nonDeductibleAmount - SOAP::SOAPDouble
|
2856
|
+
# note - SOAP::SOAPString
|
2857
|
+
# offsettingRef - SOAP::SOAPString
|
2858
|
+
# receipt - SOAP::SOAPString
|
2859
|
+
# recognitionName - SOAP::SOAPString
|
2860
|
+
# recognitionType - SOAP::SOAPInt
|
2861
|
+
# ref - SOAP::SOAPString
|
2862
|
+
# segmentedTransactionRef - SOAP::SOAPString
|
2863
|
+
# softCredit - Etapper::API::SoftCredit
|
2864
|
+
# type - SOAP::SOAPInt
|
2865
|
+
# valuable - Etapper::API::Valuable
|
2866
|
+
class Shipping
|
2867
|
+
attr_accessor :accountName
|
2868
|
+
attr_accessor :accountRef
|
2869
|
+
attr_accessor :amount
|
2870
|
+
attr_accessor :approach
|
2871
|
+
attr_accessor :attachments
|
2872
|
+
attr_accessor :campaign
|
2873
|
+
attr_accessor :createdDate
|
2874
|
+
attr_accessor :date
|
2875
|
+
attr_accessor :definedValues
|
2876
|
+
attr_accessor :final
|
2877
|
+
attr_accessor :fund
|
2878
|
+
attr_accessor :lastModifiedDate
|
2879
|
+
attr_accessor :letter
|
2880
|
+
attr_accessor :nonDeductibleAmount
|
2881
|
+
attr_accessor :note
|
2882
|
+
attr_accessor :offsettingRef
|
2883
|
+
attr_accessor :receipt
|
2884
|
+
attr_accessor :recognitionName
|
2885
|
+
attr_accessor :recognitionType
|
2886
|
+
attr_accessor :ref
|
2887
|
+
attr_accessor :segmentedTransactionRef
|
2888
|
+
attr_accessor :softCredit
|
2889
|
+
attr_accessor :type
|
2890
|
+
attr_accessor :valuable
|
2891
|
+
|
2892
|
+
def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, attachments = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, lastModifiedDate = nil, letter = nil, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, segmentedTransactionRef = nil, softCredit = nil, type = nil, valuable = nil)
|
2893
|
+
@accountName = accountName
|
2894
|
+
@accountRef = accountRef
|
2895
|
+
@amount = amount
|
2896
|
+
@approach = approach
|
2897
|
+
@attachments = attachments
|
2898
|
+
@campaign = campaign
|
2899
|
+
@createdDate = createdDate
|
2900
|
+
@date = date
|
2901
|
+
@definedValues = definedValues
|
2902
|
+
@final = final
|
2903
|
+
@fund = fund
|
2904
|
+
@lastModifiedDate = lastModifiedDate
|
2905
|
+
@letter = letter
|
2906
|
+
@nonDeductibleAmount = nonDeductibleAmount
|
2907
|
+
@note = note
|
2908
|
+
@offsettingRef = offsettingRef
|
2909
|
+
@receipt = receipt
|
2910
|
+
@recognitionName = recognitionName
|
2911
|
+
@recognitionType = recognitionType
|
2912
|
+
@ref = ref
|
2913
|
+
@segmentedTransactionRef = segmentedTransactionRef
|
2914
|
+
@softCredit = softCredit
|
2915
|
+
@type = type
|
2916
|
+
@valuable = valuable
|
2917
|
+
end
|
2918
|
+
end
|
2919
|
+
|
2920
|
+
# {etapestryAPI/service}Tax
|
2921
|
+
# accountName - SOAP::SOAPString
|
2922
|
+
# accountRef - SOAP::SOAPString
|
2923
|
+
# amount - SOAP::SOAPDouble
|
2924
|
+
# approach - SOAP::SOAPString
|
2925
|
+
# attachments - Etapper::API::ArrayOfAttachment
|
2926
|
+
# campaign - SOAP::SOAPString
|
2927
|
+
# createdDate - SOAP::SOAPDateTime
|
2928
|
+
# date - SOAP::SOAPDateTime
|
2929
|
+
# definedValues - Etapper::API::ArrayOfDefinedValue
|
2930
|
+
# final - SOAP::SOAPBoolean
|
2931
|
+
# fund - SOAP::SOAPString
|
2932
|
+
# lastModifiedDate - SOAP::SOAPDateTime
|
2933
|
+
# letter - SOAP::SOAPString
|
2934
|
+
# nonDeductibleAmount - SOAP::SOAPDouble
|
2935
|
+
# note - SOAP::SOAPString
|
2936
|
+
# offsettingRef - SOAP::SOAPString
|
2937
|
+
# receipt - SOAP::SOAPString
|
2938
|
+
# recognitionName - SOAP::SOAPString
|
2939
|
+
# recognitionType - SOAP::SOAPInt
|
2940
|
+
# ref - SOAP::SOAPString
|
2941
|
+
# segmentedTransactionRef - SOAP::SOAPString
|
2942
|
+
# softCredit - Etapper::API::SoftCredit
|
2943
|
+
# taxRate - SOAP::SOAPDouble
|
2944
|
+
# taxRegion - SOAP::SOAPString
|
2945
|
+
# type - SOAP::SOAPInt
|
2946
|
+
# valuable - Etapper::API::Valuable
|
2947
|
+
class Tax
|
2948
|
+
attr_accessor :accountName
|
2949
|
+
attr_accessor :accountRef
|
2950
|
+
attr_accessor :amount
|
2951
|
+
attr_accessor :approach
|
2952
|
+
attr_accessor :attachments
|
2953
|
+
attr_accessor :campaign
|
2954
|
+
attr_accessor :createdDate
|
2955
|
+
attr_accessor :date
|
2956
|
+
attr_accessor :definedValues
|
2957
|
+
attr_accessor :final
|
2958
|
+
attr_accessor :fund
|
2959
|
+
attr_accessor :lastModifiedDate
|
2960
|
+
attr_accessor :letter
|
2961
|
+
attr_accessor :nonDeductibleAmount
|
2962
|
+
attr_accessor :note
|
2963
|
+
attr_accessor :offsettingRef
|
2964
|
+
attr_accessor :receipt
|
2965
|
+
attr_accessor :recognitionName
|
2966
|
+
attr_accessor :recognitionType
|
2967
|
+
attr_accessor :ref
|
2968
|
+
attr_accessor :segmentedTransactionRef
|
2969
|
+
attr_accessor :softCredit
|
2970
|
+
attr_accessor :taxRate
|
2971
|
+
attr_accessor :taxRegion
|
2972
|
+
attr_accessor :type
|
2973
|
+
attr_accessor :valuable
|
2974
|
+
|
2975
|
+
def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, attachments = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, lastModifiedDate = nil, letter = nil, nonDeductibleAmount = nil, note = nil, offsettingRef = nil, receipt = nil, recognitionName = nil, recognitionType = nil, ref = nil, segmentedTransactionRef = nil, softCredit = nil, taxRate = nil, taxRegion = nil, type = nil, valuable = nil)
|
2976
|
+
@accountName = accountName
|
2977
|
+
@accountRef = accountRef
|
2978
|
+
@amount = amount
|
2979
|
+
@approach = approach
|
2980
|
+
@attachments = attachments
|
2981
|
+
@campaign = campaign
|
2982
|
+
@createdDate = createdDate
|
2983
|
+
@date = date
|
2984
|
+
@definedValues = definedValues
|
2985
|
+
@final = final
|
2986
|
+
@fund = fund
|
2987
|
+
@lastModifiedDate = lastModifiedDate
|
2988
|
+
@letter = letter
|
2989
|
+
@nonDeductibleAmount = nonDeductibleAmount
|
2990
|
+
@note = note
|
2991
|
+
@offsettingRef = offsettingRef
|
2992
|
+
@receipt = receipt
|
2993
|
+
@recognitionName = recognitionName
|
2994
|
+
@recognitionType = recognitionType
|
2995
|
+
@ref = ref
|
2996
|
+
@segmentedTransactionRef = segmentedTransactionRef
|
2997
|
+
@softCredit = softCredit
|
2998
|
+
@taxRate = taxRate
|
2999
|
+
@taxRegion = taxRegion
|
3000
|
+
@type = type
|
3001
|
+
@valuable = valuable
|
3002
|
+
end
|
3003
|
+
end
|
3004
|
+
|
3005
|
+
# {etapestryAPI/service}LinkedTransaction
|
3006
|
+
# softCreditAccount - Etapper::API::Account
|
3007
|
+
# transaction - (any)
|
3008
|
+
# tributeAccount - Etapper::API::Account
|
3009
|
+
class LinkedTransaction
|
3010
|
+
attr_accessor :softCreditAccount
|
3011
|
+
attr_accessor :transaction
|
3012
|
+
attr_accessor :tributeAccount
|
3013
|
+
|
3014
|
+
def initialize(softCreditAccount = nil, transaction = nil, tributeAccount = nil)
|
3015
|
+
@softCreditAccount = softCreditAccount
|
3016
|
+
@transaction = transaction
|
3017
|
+
@tributeAccount = tributeAccount
|
3018
|
+
end
|
3019
|
+
end
|
3020
|
+
|
3021
|
+
# {etapestryAPI/service}AccountChangeRequest
|
3022
|
+
# account - Etapper::API::Account
|
3023
|
+
# createChangeNote - SOAP::SOAPBoolean
|
3024
|
+
# createFieldAndValues - SOAP::SOAPBoolean
|
3025
|
+
# notificationEmail - SOAP::SOAPString
|
3026
|
+
# update - SOAP::SOAPBoolean
|
3027
|
+
class AccountChangeRequest
|
3028
|
+
attr_accessor :account
|
3029
|
+
attr_accessor :createChangeNote
|
3030
|
+
attr_accessor :createFieldAndValues
|
3031
|
+
attr_accessor :notificationEmail
|
3032
|
+
attr_accessor :update
|
3033
|
+
|
3034
|
+
def initialize(account = nil, createChangeNote = nil, createFieldAndValues = nil, notificationEmail = nil, update = nil)
|
3035
|
+
@account = account
|
3036
|
+
@createChangeNote = createChangeNote
|
3037
|
+
@createFieldAndValues = createFieldAndValues
|
3038
|
+
@notificationEmail = notificationEmail
|
3039
|
+
@update = update
|
3040
|
+
end
|
3041
|
+
end
|
3042
|
+
|
3043
|
+
# {etapestryAPI/service}CartOrderRequest
|
3044
|
+
# account - Etapper::API::Account
|
3045
|
+
# createFieldAndValues - SOAP::SOAPBoolean
|
3046
|
+
# journalEntries - Etapper::API::ArrayOfanyType
|
3047
|
+
# populateDataSource - SOAP::SOAPBoolean
|
3048
|
+
# processor - SOAP::SOAPString
|
3049
|
+
# skipSoftErrors - SOAP::SOAPBoolean
|
3050
|
+
# softErrorEmail - SOAP::SOAPString
|
3051
|
+
# validateLicense - SOAP::SOAPBoolean
|
3052
|
+
class CartOrderRequest
|
3053
|
+
attr_accessor :account
|
3054
|
+
attr_accessor :createFieldAndValues
|
3055
|
+
attr_accessor :journalEntries
|
3056
|
+
attr_accessor :populateDataSource
|
3057
|
+
attr_accessor :processor
|
3058
|
+
attr_accessor :skipSoftErrors
|
3059
|
+
attr_accessor :softErrorEmail
|
3060
|
+
attr_accessor :validateLicense
|
3061
|
+
|
3062
|
+
def initialize(account = nil, createFieldAndValues = nil, journalEntries = nil, populateDataSource = nil, processor = nil, skipSoftErrors = nil, softErrorEmail = nil, validateLicense = nil)
|
3063
|
+
@account = account
|
3064
|
+
@createFieldAndValues = createFieldAndValues
|
3065
|
+
@journalEntries = journalEntries
|
3066
|
+
@populateDataSource = populateDataSource
|
3067
|
+
@processor = processor
|
3068
|
+
@skipSoftErrors = skipSoftErrors
|
3069
|
+
@softErrorEmail = softErrorEmail
|
3070
|
+
@validateLicense = validateLicense
|
3071
|
+
end
|
3072
|
+
end
|
3073
|
+
|
3074
|
+
# {etapestryAPI/service}CartOrderResponse
|
3075
|
+
# accountNumber - SOAP::SOAPInt
|
3076
|
+
# accountRef - SOAP::SOAPString
|
3077
|
+
# createdNewAccount - SOAP::SOAPBoolean
|
3078
|
+
# journalEntryRefs - Etapper::API::ArrayOfstring
|
3079
|
+
class CartOrderResponse
|
3080
|
+
attr_accessor :accountNumber
|
3081
|
+
attr_accessor :accountRef
|
3082
|
+
attr_accessor :createdNewAccount
|
3083
|
+
attr_accessor :journalEntryRefs
|
3084
|
+
|
3085
|
+
def initialize(accountNumber = nil, accountRef = nil, createdNewAccount = nil, journalEntryRefs = nil)
|
3086
|
+
@accountNumber = accountNumber
|
3087
|
+
@accountRef = accountRef
|
3088
|
+
@createdNewAccount = createdNewAccount
|
3089
|
+
@journalEntryRefs = journalEntryRefs
|
3090
|
+
end
|
3091
|
+
end
|
3092
|
+
|
3093
|
+
# {etapestryAPI/service}EcommerceRequest
|
3094
|
+
# account - Etapper::API::Account
|
3095
|
+
# confirmationMessageFooter - SOAP::SOAPString
|
3096
|
+
# confirmationMessageHeader - SOAP::SOAPString
|
3097
|
+
# confirmationSender - SOAP::SOAPString
|
3098
|
+
# confirmationSignature - SOAP::SOAPString
|
3099
|
+
# confirmationSubject - SOAP::SOAPString
|
3100
|
+
# createFieldAndValues - SOAP::SOAPBoolean
|
3101
|
+
# failureEmail - SOAP::SOAPString
|
3102
|
+
# journalEntries - Etapper::API::ArrayOfanyType
|
3103
|
+
# notificationEmail - SOAP::SOAPString
|
3104
|
+
# notificationSubject - SOAP::SOAPString
|
3105
|
+
# populateDataSource - SOAP::SOAPBoolean
|
3106
|
+
# processor - SOAP::SOAPString
|
3107
|
+
# skipSoftErrors - SOAP::SOAPBoolean
|
3108
|
+
# softErrorEmail - SOAP::SOAPString
|
3109
|
+
# validateLicense - SOAP::SOAPBoolean
|
3110
|
+
class EcommerceRequest
|
3111
|
+
attr_accessor :account
|
3112
|
+
attr_accessor :confirmationMessageFooter
|
3113
|
+
attr_accessor :confirmationMessageHeader
|
3114
|
+
attr_accessor :confirmationSender
|
3115
|
+
attr_accessor :confirmationSignature
|
3116
|
+
attr_accessor :confirmationSubject
|
3117
|
+
attr_accessor :createFieldAndValues
|
3118
|
+
attr_accessor :failureEmail
|
3119
|
+
attr_accessor :journalEntries
|
3120
|
+
attr_accessor :notificationEmail
|
3121
|
+
attr_accessor :notificationSubject
|
3122
|
+
attr_accessor :populateDataSource
|
3123
|
+
attr_accessor :processor
|
3124
|
+
attr_accessor :skipSoftErrors
|
3125
|
+
attr_accessor :softErrorEmail
|
3126
|
+
attr_accessor :validateLicense
|
3127
|
+
|
3128
|
+
def initialize(account = nil, confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, createFieldAndValues = nil, failureEmail = nil, journalEntries = nil, notificationEmail = nil, notificationSubject = nil, populateDataSource = nil, processor = nil, skipSoftErrors = nil, softErrorEmail = nil, validateLicense = nil)
|
3129
|
+
@account = account
|
3130
|
+
@confirmationMessageFooter = confirmationMessageFooter
|
3131
|
+
@confirmationMessageHeader = confirmationMessageHeader
|
3132
|
+
@confirmationSender = confirmationSender
|
3133
|
+
@confirmationSignature = confirmationSignature
|
3134
|
+
@confirmationSubject = confirmationSubject
|
3135
|
+
@createFieldAndValues = createFieldAndValues
|
3136
|
+
@failureEmail = failureEmail
|
3137
|
+
@journalEntries = journalEntries
|
3138
|
+
@notificationEmail = notificationEmail
|
3139
|
+
@notificationSubject = notificationSubject
|
3140
|
+
@populateDataSource = populateDataSource
|
3141
|
+
@processor = processor
|
3142
|
+
@skipSoftErrors = skipSoftErrors
|
3143
|
+
@softErrorEmail = softErrorEmail
|
3144
|
+
@validateLicense = validateLicense
|
3145
|
+
end
|
3146
|
+
end
|
3147
|
+
|
3148
|
+
# {etapestryAPI/service}EcommerceResponse
|
3149
|
+
# accountNumber - SOAP::SOAPInt
|
3150
|
+
# accountRef - SOAP::SOAPString
|
3151
|
+
# createdNewAccount - SOAP::SOAPBoolean
|
3152
|
+
# journalEntryRefs - Etapper::API::ArrayOfstring
|
3153
|
+
class EcommerceResponse
|
3154
|
+
attr_accessor :accountNumber
|
3155
|
+
attr_accessor :accountRef
|
3156
|
+
attr_accessor :createdNewAccount
|
3157
|
+
attr_accessor :journalEntryRefs
|
3158
|
+
|
3159
|
+
def initialize(accountNumber = nil, accountRef = nil, createdNewAccount = nil, journalEntryRefs = nil)
|
3160
|
+
@accountNumber = accountNumber
|
3161
|
+
@accountRef = accountRef
|
3162
|
+
@createdNewAccount = createdNewAccount
|
3163
|
+
@journalEntryRefs = journalEntryRefs
|
3164
|
+
end
|
3165
|
+
end
|
3166
|
+
|
3167
|
+
# {etapestryAPI/service}ForgottenPasswordEmailHelpRequest
|
3168
|
+
# baseQuery - SOAP::SOAPString
|
3169
|
+
# email - SOAP::SOAPString
|
3170
|
+
# expirationHours - SOAP::SOAPInt
|
3171
|
+
# fromEmail - SOAP::SOAPString
|
3172
|
+
# loginId - SOAP::SOAPString
|
3173
|
+
# personaOption - SOAP::SOAPString
|
3174
|
+
# url - SOAP::SOAPString
|
3175
|
+
class ForgottenPasswordEmailHelpRequest
|
3176
|
+
attr_accessor :baseQuery
|
3177
|
+
attr_accessor :email
|
3178
|
+
attr_accessor :expirationHours
|
3179
|
+
attr_accessor :fromEmail
|
3180
|
+
attr_accessor :loginId
|
3181
|
+
attr_accessor :personaOption
|
3182
|
+
attr_accessor :url
|
3183
|
+
|
3184
|
+
def initialize(baseQuery = nil, email = nil, expirationHours = nil, fromEmail = nil, loginId = nil, personaOption = nil, url = nil)
|
3185
|
+
@baseQuery = baseQuery
|
3186
|
+
@email = email
|
3187
|
+
@expirationHours = expirationHours
|
3188
|
+
@fromEmail = fromEmail
|
3189
|
+
@loginId = loginId
|
3190
|
+
@personaOption = personaOption
|
3191
|
+
@url = url
|
3192
|
+
end
|
3193
|
+
end
|
3194
|
+
|
3195
|
+
# {etapestryAPI/service}ForgottenPasswordResetHelpRequest
|
3196
|
+
# code - SOAP::SOAPString
|
3197
|
+
# ref - SOAP::SOAPString
|
3198
|
+
class ForgottenPasswordResetHelpRequest
|
3199
|
+
attr_accessor :code
|
3200
|
+
attr_accessor :ref
|
3201
|
+
|
3202
|
+
def initialize(code = nil, ref = nil)
|
3203
|
+
@code = code
|
3204
|
+
@ref = ref
|
3205
|
+
end
|
3206
|
+
end
|
3207
|
+
|
3208
|
+
# {etapestryAPI/service}ProcessTransactionRequest
|
3209
|
+
# confirmationMessageFooter - SOAP::SOAPString
|
3210
|
+
# confirmationMessageHeader - SOAP::SOAPString
|
3211
|
+
# confirmationSender - SOAP::SOAPString
|
3212
|
+
# confirmationSignature - SOAP::SOAPString
|
3213
|
+
# confirmationSubject - SOAP::SOAPString
|
3214
|
+
# createFieldAndValues - SOAP::SOAPBoolean
|
3215
|
+
# donorEmail - SOAP::SOAPString
|
3216
|
+
# failureEmail - SOAP::SOAPString
|
3217
|
+
# notificationEmail - SOAP::SOAPString
|
3218
|
+
# processor - SOAP::SOAPString
|
3219
|
+
# transaction - (any)
|
3220
|
+
class ProcessTransactionRequest
|
3221
|
+
attr_accessor :confirmationMessageFooter
|
3222
|
+
attr_accessor :confirmationMessageHeader
|
3223
|
+
attr_accessor :confirmationSender
|
3224
|
+
attr_accessor :confirmationSignature
|
3225
|
+
attr_accessor :confirmationSubject
|
3226
|
+
attr_accessor :createFieldAndValues
|
3227
|
+
attr_accessor :donorEmail
|
3228
|
+
attr_accessor :failureEmail
|
3229
|
+
attr_accessor :notificationEmail
|
3230
|
+
attr_accessor :processor
|
3231
|
+
attr_accessor :transaction
|
3232
|
+
|
3233
|
+
def initialize(confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, createFieldAndValues = nil, donorEmail = nil, failureEmail = nil, notificationEmail = nil, processor = nil, transaction = nil)
|
3234
|
+
@confirmationMessageFooter = confirmationMessageFooter
|
3235
|
+
@confirmationMessageHeader = confirmationMessageHeader
|
3236
|
+
@confirmationSender = confirmationSender
|
3237
|
+
@confirmationSignature = confirmationSignature
|
3238
|
+
@confirmationSubject = confirmationSubject
|
3239
|
+
@createFieldAndValues = createFieldAndValues
|
3240
|
+
@donorEmail = donorEmail
|
3241
|
+
@failureEmail = failureEmail
|
3242
|
+
@notificationEmail = notificationEmail
|
3243
|
+
@processor = processor
|
3244
|
+
@transaction = transaction
|
3245
|
+
end
|
3246
|
+
end
|
3247
|
+
|
3248
|
+
# {etapestryAPI/service}SendEmailRequest
|
3249
|
+
# accountRef - SOAP::SOAPString
|
3250
|
+
# email - SOAP::SOAPString
|
3251
|
+
# htmlMessage - SOAP::SOAPString
|
3252
|
+
# personaOption - SOAP::SOAPString
|
3253
|
+
# plainMessage - SOAP::SOAPString
|
3254
|
+
# sender - SOAP::SOAPString
|
3255
|
+
# subject - SOAP::SOAPString
|
3256
|
+
class SendEmailRequest
|
3257
|
+
attr_accessor :accountRef
|
3258
|
+
attr_accessor :email
|
3259
|
+
attr_accessor :htmlMessage
|
3260
|
+
attr_accessor :personaOption
|
3261
|
+
attr_accessor :plainMessage
|
3262
|
+
attr_accessor :sender
|
3263
|
+
attr_accessor :subject
|
3264
|
+
|
3265
|
+
def initialize(accountRef = nil, email = nil, htmlMessage = nil, personaOption = nil, plainMessage = nil, sender = nil, subject = nil)
|
3266
|
+
@accountRef = accountRef
|
3267
|
+
@email = email
|
3268
|
+
@htmlMessage = htmlMessage
|
3269
|
+
@personaOption = personaOption
|
3270
|
+
@plainMessage = plainMessage
|
3271
|
+
@sender = sender
|
3272
|
+
@subject = subject
|
3273
|
+
end
|
3274
|
+
end
|
3275
|
+
|
3276
|
+
# {http://java.sun.com/jax-rpc-ri/internal}collection
|
3277
|
+
class Collection < ::Array
|
3278
|
+
end
|
3279
|
+
|
3280
|
+
# {etapestryAPI/service}ArrayOfDefinedValue
|
3281
|
+
class ArrayOfDefinedValue < ::Array
|
3282
|
+
end
|
3283
|
+
|
3284
|
+
# {etapestryAPI/service}ArrayOfstring
|
3285
|
+
class ArrayOfstring < ::Array
|
3286
|
+
end
|
3287
|
+
|
3288
|
+
# {etapestryAPI/service}ArrayOfPhone
|
3289
|
+
class ArrayOfPhone < ::Array
|
3290
|
+
end
|
3291
|
+
|
3292
|
+
# {etapestryAPI/service}ArrayOfAttachment
|
3293
|
+
class ArrayOfAttachment < ::Array
|
3294
|
+
end
|
3295
|
+
|
3296
|
+
# {etapestryAPI/service}ArrayOfSearchCriteria
|
3297
|
+
class ArrayOfSearchCriteria < ::Array
|
3298
|
+
end
|
3299
|
+
|
3300
|
+
# {etapestryAPI/service}ArrayOfAccount
|
3301
|
+
class ArrayOfAccount < ::Array
|
3302
|
+
end
|
3303
|
+
|
3304
|
+
# {etapestryAPI/service}ArrayOfdouble
|
3305
|
+
class ArrayOfdouble < ::Array
|
3306
|
+
end
|
3307
|
+
|
3308
|
+
# {etapestryAPI/service}ArrayOfdateTime
|
3309
|
+
class ArrayOfdateTime < ::Array
|
3310
|
+
end
|
3311
|
+
|
3312
|
+
# {etapestryAPI/service}ArrayOfInvitation
|
3313
|
+
class ArrayOfInvitation < ::Array
|
3314
|
+
end
|
3315
|
+
|
3316
|
+
# {etapestryAPI/service}ArrayOfCartParent
|
3317
|
+
class ArrayOfCartParent < ::Array
|
3318
|
+
end
|
3319
|
+
|
3320
|
+
# {etapestryAPI/service}ArrayOfQuestion
|
3321
|
+
class ArrayOfQuestion < ::Array
|
3322
|
+
end
|
3323
|
+
|
3324
|
+
# {etapestryAPI/service}ArrayOfint
|
3325
|
+
class ArrayOfint < ::Array
|
3326
|
+
end
|
3327
|
+
|
3328
|
+
# {etapestryAPI/service}ArrayOfDefinedFieldValue
|
3329
|
+
class ArrayOfDefinedFieldValue < ::Array
|
3330
|
+
end
|
3331
|
+
|
3332
|
+
# {etapestryAPI/service}ArrayOfCartImage
|
3333
|
+
class ArrayOfCartImage < ::Array
|
3334
|
+
end
|
3335
|
+
|
3336
|
+
# {etapestryAPI/service}ArrayOfStateTaxRate
|
3337
|
+
class ArrayOfStateTaxRate < ::Array
|
3338
|
+
end
|
3339
|
+
|
3340
|
+
# {etapestryAPI/service}ArrayOfSortOption
|
3341
|
+
class ArrayOfSortOption < ::Array
|
3342
|
+
end
|
3343
|
+
|
3344
|
+
# {etapestryAPI/service}ArrayOfPersona
|
3345
|
+
class ArrayOfPersona < ::Array
|
3346
|
+
end
|
3347
|
+
|
3348
|
+
# {etapestryAPI/service}ArrayOfOrderDetail
|
3349
|
+
class ArrayOfOrderDetail < ::Array
|
3350
|
+
end
|
3351
|
+
|
3352
|
+
# {etapestryAPI/service}ArrayOfCartItem
|
3353
|
+
class ArrayOfCartItem < ::Array
|
3354
|
+
end
|
3355
|
+
|
3356
|
+
# {etapestryAPI/service}ArrayOfPrivacyPreference
|
3357
|
+
class ArrayOfPrivacyPreference < ::Array
|
3358
|
+
end
|
3359
|
+
|
3360
|
+
# {etapestryAPI/service}ArrayOfPhoneAThonList
|
3361
|
+
class ArrayOfPhoneAThonList < ::Array
|
3362
|
+
end
|
3363
|
+
|
3364
|
+
# {etapestryAPI/service}ArrayOfanyType
|
3365
|
+
class ArrayOfanyType < ::Array
|
3366
|
+
end
|
3367
|
+
|
3368
|
+
# {etapestryAPI/service}ArrayOfTransactionProcessor
|
3369
|
+
class ArrayOfTransactionProcessor < ::Array
|
3370
|
+
end
|
3371
|
+
|
3372
|
+
|
3373
|
+
end
|