Class: Transaction
- Inherits:
-
Object
- Object
- Transaction
- Defined in:
- lib/default.rb
Overview
/Transaction
transactionId - SOAP::SOAPString
callerTransactionDate - SOAP::SOAPDateTime
dateReceived - SOAP::SOAPDateTime
dateCompleted - SOAP::SOAPDateTime
transactionAmount - Amount
operation - FPSOperation
status - TransactionStatus
errorMessage - SOAP::SOAPString
errorCode - SOAP::SOAPString
- SOAP::SOAPString
originalTransactionId - SOAP::SOAPString
transactionParts - TransactionPart
paymentMethod - PaymentMethod
senderName - SOAP::SOAPString
callerName - SOAP::SOAPString
recipientName - SOAP::SOAPString
fees - Amount
balance - Amount
callerTokenId - (any)
senderTokenId - (any)
recipientTokenId - (any)
Instance Attribute Summary collapse
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#callerName ⇒ Object
Returns the value of attribute callerName.
-
#callerTokenId ⇒ Object
Returns the value of attribute callerTokenId.
-
#callerTransactionDate ⇒ Object
Returns the value of attribute callerTransactionDate.
-
#dateCompleted ⇒ Object
Returns the value of attribute dateCompleted.
-
#dateReceived ⇒ Object
Returns the value of attribute dateReceived.
-
#errorCode ⇒ Object
Returns the value of attribute errorCode.
-
#errorMessage ⇒ Object
Returns the value of attribute errorMessage.
-
#fees ⇒ Object
Returns the value of attribute fees.
-
#metaData ⇒ Object
Returns the value of attribute metaData.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#originalTransactionId ⇒ Object
Returns the value of attribute originalTransactionId.
-
#paymentMethod ⇒ Object
Returns the value of attribute paymentMethod.
-
#recipientName ⇒ Object
Returns the value of attribute recipientName.
-
#recipientTokenId ⇒ Object
Returns the value of attribute recipientTokenId.
-
#senderName ⇒ Object
Returns the value of attribute senderName.
-
#senderTokenId ⇒ Object
Returns the value of attribute senderTokenId.
-
#status ⇒ Object
Returns the value of attribute status.
-
#transactionAmount ⇒ Object
Returns the value of attribute transactionAmount.
-
#transactionId ⇒ Object
Returns the value of attribute transactionId.
-
#transactionParts ⇒ Object
Returns the value of attribute transactionParts.
Instance Method Summary collapse
Constructor Details
#initialize(transactionId = nil, callerTransactionDate = nil, dateReceived = nil, dateCompleted = nil, transactionAmount = nil, operation = nil, status = nil, errorMessage = nil, errorCode = nil, metaData = nil, originalTransactionId = nil, transactionParts = [], paymentMethod = nil, senderName = nil, callerName = nil, recipientName = nil, fees = nil, balance = nil, callerTokenId = nil, senderTokenId = nil, recipientTokenId = nil) ⇒ Transaction
Returns a new instance of Transaction.
401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/default.rb', line 401 def initialize(transactionId = nil, callerTransactionDate = nil, dateReceived = nil, dateCompleted = nil, transactionAmount = nil, operation = nil, status = nil, errorMessage = nil, errorCode = nil, = nil, originalTransactionId = nil, transactionParts = [], paymentMethod = nil, senderName = nil, callerName = nil, recipientName = nil, fees = nil, balance = nil, callerTokenId = nil, senderTokenId = nil, recipientTokenId = nil) @transactionId = transactionId @callerTransactionDate = callerTransactionDate @dateReceived = dateReceived @dateCompleted = dateCompleted @transactionAmount = transactionAmount @operation = operation @status = status @errorMessage = errorMessage @errorCode = errorCode @metaData = @originalTransactionId = originalTransactionId @transactionParts = transactionParts @paymentMethod = paymentMethod @senderName = senderName @callerName = callerName @recipientName = recipientName @fees = fees @balance = balance @callerTokenId = callerTokenId @senderTokenId = senderTokenId @recipientTokenId = recipientTokenId end |
Instance Attribute Details
#balance ⇒ Object
Returns the value of attribute balance.
396 397 398 |
# File 'lib/default.rb', line 396 def balance @balance end |
#callerName ⇒ Object
Returns the value of attribute callerName.
393 394 395 |
# File 'lib/default.rb', line 393 def callerName @callerName end |
#callerTokenId ⇒ Object
Returns the value of attribute callerTokenId.
397 398 399 |
# File 'lib/default.rb', line 397 def callerTokenId @callerTokenId end |
#callerTransactionDate ⇒ Object
Returns the value of attribute callerTransactionDate.
380 381 382 |
# File 'lib/default.rb', line 380 def callerTransactionDate @callerTransactionDate end |
#dateCompleted ⇒ Object
Returns the value of attribute dateCompleted.
382 383 384 |
# File 'lib/default.rb', line 382 def dateCompleted @dateCompleted end |
#dateReceived ⇒ Object
Returns the value of attribute dateReceived.
381 382 383 |
# File 'lib/default.rb', line 381 def dateReceived @dateReceived end |
#errorCode ⇒ Object
Returns the value of attribute errorCode.
387 388 389 |
# File 'lib/default.rb', line 387 def errorCode @errorCode end |
#errorMessage ⇒ Object
Returns the value of attribute errorMessage.
386 387 388 |
# File 'lib/default.rb', line 386 def errorMessage @errorMessage end |
#fees ⇒ Object
Returns the value of attribute fees.
395 396 397 |
# File 'lib/default.rb', line 395 def fees @fees end |
#metaData ⇒ Object
Returns the value of attribute metaData.
388 389 390 |
# File 'lib/default.rb', line 388 def @metaData end |
#operation ⇒ Object
Returns the value of attribute operation.
384 385 386 |
# File 'lib/default.rb', line 384 def operation @operation end |
#originalTransactionId ⇒ Object
Returns the value of attribute originalTransactionId.
389 390 391 |
# File 'lib/default.rb', line 389 def originalTransactionId @originalTransactionId end |
#paymentMethod ⇒ Object
Returns the value of attribute paymentMethod.
391 392 393 |
# File 'lib/default.rb', line 391 def paymentMethod @paymentMethod end |
#recipientName ⇒ Object
Returns the value of attribute recipientName.
394 395 396 |
# File 'lib/default.rb', line 394 def recipientName @recipientName end |
#recipientTokenId ⇒ Object
Returns the value of attribute recipientTokenId.
399 400 401 |
# File 'lib/default.rb', line 399 def recipientTokenId @recipientTokenId end |
#senderName ⇒ Object
Returns the value of attribute senderName.
392 393 394 |
# File 'lib/default.rb', line 392 def senderName @senderName end |
#senderTokenId ⇒ Object
Returns the value of attribute senderTokenId.
398 399 400 |
# File 'lib/default.rb', line 398 def senderTokenId @senderTokenId end |
#status ⇒ Object
Returns the value of attribute status.
385 386 387 |
# File 'lib/default.rb', line 385 def status @status end |
#transactionAmount ⇒ Object
Returns the value of attribute transactionAmount.
383 384 385 |
# File 'lib/default.rb', line 383 def transactionAmount @transactionAmount end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
379 380 381 |
# File 'lib/default.rb', line 379 def transactionId @transactionId end |
#transactionParts ⇒ Object
Returns the value of attribute transactionParts.
390 391 392 |
# File 'lib/default.rb', line 390 def transactionParts @transactionParts end |