Class: Etapper::API::ProcessTransactionRequest
- Inherits:
-
Object
- Object
- Etapper::API::ProcessTransactionRequest
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceProcessTransactionRequest
- SOAP::SOAPString
confirmationMessageHeader - SOAP::SOAPString
confirmationSender - SOAP::SOAPString
confirmationSignature - SOAP::SOAPString
confirmationSubject - SOAP::SOAPString
createFieldAndValues - SOAP::SOAPBoolean
donorEmail - SOAP::SOAPString
failureEmail - SOAP::SOAPString
notificationEmail - SOAP::SOAPString
processor - SOAP::SOAPString
transaction - (any)
Instance Attribute Summary collapse
-
#confirmationMessageFooter ⇒ Object
Returns the value of attribute confirmationMessageFooter.
-
#confirmationMessageHeader ⇒ Object
Returns the value of attribute confirmationMessageHeader.
-
#confirmationSender ⇒ Object
Returns the value of attribute confirmationSender.
-
#confirmationSignature ⇒ Object
Returns the value of attribute confirmationSignature.
-
#confirmationSubject ⇒ Object
Returns the value of attribute confirmationSubject.
-
#createFieldAndValues ⇒ Object
Returns the value of attribute createFieldAndValues.
-
#donorEmail ⇒ Object
Returns the value of attribute donorEmail.
-
#failureEmail ⇒ Object
Returns the value of attribute failureEmail.
-
#notificationEmail ⇒ Object
Returns the value of attribute notificationEmail.
-
#processor ⇒ Object
Returns the value of attribute processor.
-
#transaction ⇒ Object
Returns the value of attribute transaction.
Instance Method Summary collapse
-
#initialize(confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, createFieldAndValues = nil, donorEmail = nil, failureEmail = nil, notificationEmail = nil, processor = nil, transaction = nil) ⇒ ProcessTransactionRequest
constructor
A new instance of ProcessTransactionRequest.
Constructor Details
#initialize(confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, createFieldAndValues = nil, donorEmail = nil, failureEmail = nil, notificationEmail = nil, processor = nil, transaction = nil) ⇒ ProcessTransactionRequest
Returns a new instance of ProcessTransactionRequest.
3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 |
# File 'lib/etapper/api/service.rb', line 3233 def initialize( = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, createFieldAndValues = nil, donorEmail = nil, failureEmail = nil, notificationEmail = nil, processor = nil, transaction = nil) @confirmationMessageFooter = @confirmationMessageHeader = confirmationMessageHeader @confirmationSender = confirmationSender @confirmationSignature = confirmationSignature @confirmationSubject = confirmationSubject @createFieldAndValues = createFieldAndValues @donorEmail = donorEmail @failureEmail = failureEmail @notificationEmail = notificationEmail @processor = processor @transaction = transaction end |
Instance Attribute Details
#confirmationMessageFooter ⇒ Object
Returns the value of attribute confirmationMessageFooter.
3221 3222 3223 |
# File 'lib/etapper/api/service.rb', line 3221 def @confirmationMessageFooter end |
#confirmationMessageHeader ⇒ Object
Returns the value of attribute confirmationMessageHeader.
3222 3223 3224 |
# File 'lib/etapper/api/service.rb', line 3222 def confirmationMessageHeader @confirmationMessageHeader end |
#confirmationSender ⇒ Object
Returns the value of attribute confirmationSender.
3223 3224 3225 |
# File 'lib/etapper/api/service.rb', line 3223 def confirmationSender @confirmationSender end |
#confirmationSignature ⇒ Object
Returns the value of attribute confirmationSignature.
3224 3225 3226 |
# File 'lib/etapper/api/service.rb', line 3224 def confirmationSignature @confirmationSignature end |
#confirmationSubject ⇒ Object
Returns the value of attribute confirmationSubject.
3225 3226 3227 |
# File 'lib/etapper/api/service.rb', line 3225 def confirmationSubject @confirmationSubject end |
#createFieldAndValues ⇒ Object
Returns the value of attribute createFieldAndValues.
3226 3227 3228 |
# File 'lib/etapper/api/service.rb', line 3226 def createFieldAndValues @createFieldAndValues end |
#donorEmail ⇒ Object
Returns the value of attribute donorEmail.
3227 3228 3229 |
# File 'lib/etapper/api/service.rb', line 3227 def donorEmail @donorEmail end |
#failureEmail ⇒ Object
Returns the value of attribute failureEmail.
3228 3229 3230 |
# File 'lib/etapper/api/service.rb', line 3228 def failureEmail @failureEmail end |
#notificationEmail ⇒ Object
Returns the value of attribute notificationEmail.
3229 3230 3231 |
# File 'lib/etapper/api/service.rb', line 3229 def notificationEmail @notificationEmail end |
#processor ⇒ Object
Returns the value of attribute processor.
3230 3231 3232 |
# File 'lib/etapper/api/service.rb', line 3230 def processor @processor end |
#transaction ⇒ Object
Returns the value of attribute transaction.
3231 3232 3233 |
# File 'lib/etapper/api/service.rb', line 3231 def transaction @transaction end |