Class: GetPaymentInstructionResult
- Inherits:
-
Object
- Object
- GetPaymentInstructionResult
- Defined in:
- lib/default.rb
Overview
Instance Attribute Summary collapse
-
#callerReference ⇒ Object
Returns the value of attribute callerReference.
-
#paymentInstruction ⇒ Object
Returns the value of attribute paymentInstruction.
-
#token ⇒ Object
Returns the value of attribute token.
-
#tokenFriendlyName ⇒ Object
Returns the value of attribute tokenFriendlyName.
Instance Method Summary collapse
-
#initialize(token = nil, paymentInstruction = nil, callerReference = nil, tokenFriendlyName = nil) ⇒ GetPaymentInstructionResult
constructor
A new instance of GetPaymentInstructionResult.
Constructor Details
#initialize(token = nil, paymentInstruction = nil, callerReference = nil, tokenFriendlyName = nil) ⇒ GetPaymentInstructionResult
Returns a new instance of GetPaymentInstructionResult.
1334 1335 1336 1337 1338 1339 |
# File 'lib/default.rb', line 1334 def initialize(token = nil, paymentInstruction = nil, callerReference = nil, tokenFriendlyName = nil) @token = token @paymentInstruction = paymentInstruction @callerReference = callerReference @tokenFriendlyName = tokenFriendlyName end |
Instance Attribute Details
#callerReference ⇒ Object
Returns the value of attribute callerReference.
1331 1332 1333 |
# File 'lib/default.rb', line 1331 def callerReference @callerReference end |
#paymentInstruction ⇒ Object
Returns the value of attribute paymentInstruction.
1330 1331 1332 |
# File 'lib/default.rb', line 1330 def paymentInstruction @paymentInstruction end |
#token ⇒ Object
Returns the value of attribute token.
1329 1330 1331 |
# File 'lib/default.rb', line 1329 def token @token end |
#tokenFriendlyName ⇒ Object
Returns the value of attribute tokenFriendlyName.
1332 1333 1334 |
# File 'lib/default.rb', line 1332 def tokenFriendlyName @tokenFriendlyName end |