Class: FundPrepaid
- Inherits:
-
Object
- Object
- FundPrepaid
- Defined in:
- lib/default.rb
Overview
/FundPrepaid
senderTokenId - SOAP::SOAPString
prepaidInstrumentId - SOAP::SOAPString
fundingAmount - Amount
callerReference - SOAP::SOAPString
senderDescription - SOAP::SOAPString
callerDescription - SOAP::SOAPString
descriptorPolicy - DescriptorPolicy
transactionTimeoutInMins - SOAP::SOAPInteger
Instance Attribute Summary collapse
-
#callerDescription ⇒ Object
Returns the value of attribute callerDescription.
-
#callerReference ⇒ Object
Returns the value of attribute callerReference.
-
#descriptorPolicy ⇒ Object
Returns the value of attribute descriptorPolicy.
-
#fundingAmount ⇒ Object
Returns the value of attribute fundingAmount.
-
#prepaidInstrumentId ⇒ Object
Returns the value of attribute prepaidInstrumentId.
-
#senderDescription ⇒ Object
Returns the value of attribute senderDescription.
-
#senderTokenId ⇒ Object
Returns the value of attribute senderTokenId.
-
#transactionTimeoutInMins ⇒ Object
Returns the value of attribute transactionTimeoutInMins.
Instance Method Summary collapse
-
#initialize(senderTokenId = nil, prepaidInstrumentId = nil, fundingAmount = nil, callerReference = nil, senderDescription = nil, callerDescription = nil, descriptorPolicy = nil, transactionTimeoutInMins = nil) ⇒ FundPrepaid
constructor
A new instance of FundPrepaid.
Constructor Details
#initialize(senderTokenId = nil, prepaidInstrumentId = nil, fundingAmount = nil, callerReference = nil, senderDescription = nil, callerDescription = nil, descriptorPolicy = nil, transactionTimeoutInMins = nil) ⇒ FundPrepaid
Returns a new instance of FundPrepaid.
571 572 573 574 575 576 577 578 579 580 |
# File 'lib/default.rb', line 571 def initialize(senderTokenId = nil, prepaidInstrumentId = nil, fundingAmount = nil, callerReference = nil, senderDescription = nil, callerDescription = nil, descriptorPolicy = nil, transactionTimeoutInMins = nil) @senderTokenId = senderTokenId @prepaidInstrumentId = prepaidInstrumentId @fundingAmount = fundingAmount @callerReference = callerReference @senderDescription = senderDescription @callerDescription = callerDescription @descriptorPolicy = descriptorPolicy @transactionTimeoutInMins = transactionTimeoutInMins end |
Instance Attribute Details
#callerDescription ⇒ Object
Returns the value of attribute callerDescription.
567 568 569 |
# File 'lib/default.rb', line 567 def callerDescription @callerDescription end |
#callerReference ⇒ Object
Returns the value of attribute callerReference.
565 566 567 |
# File 'lib/default.rb', line 565 def callerReference @callerReference end |
#descriptorPolicy ⇒ Object
Returns the value of attribute descriptorPolicy.
568 569 570 |
# File 'lib/default.rb', line 568 def descriptorPolicy @descriptorPolicy end |
#fundingAmount ⇒ Object
Returns the value of attribute fundingAmount.
564 565 566 |
# File 'lib/default.rb', line 564 def fundingAmount @fundingAmount end |
#prepaidInstrumentId ⇒ Object
Returns the value of attribute prepaidInstrumentId.
563 564 565 |
# File 'lib/default.rb', line 563 def prepaidInstrumentId @prepaidInstrumentId end |
#senderDescription ⇒ Object
Returns the value of attribute senderDescription.
566 567 568 |
# File 'lib/default.rb', line 566 def senderDescription @senderDescription end |
#senderTokenId ⇒ Object
Returns the value of attribute senderTokenId.
562 563 564 |
# File 'lib/default.rb', line 562 def senderTokenId @senderTokenId end |
#transactionTimeoutInMins ⇒ Object
Returns the value of attribute transactionTimeoutInMins.
569 570 571 |
# File 'lib/default.rb', line 569 def transactionTimeoutInMins @transactionTimeoutInMins end |