Class: InstallPaymentInstruction
- Inherits:
-
Object
- Object
- InstallPaymentInstruction
- 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.
-
#paymentReason ⇒ Object
Returns the value of attribute paymentReason.
-
#tokenFriendlyName ⇒ Object
Returns the value of attribute tokenFriendlyName.
-
#tokenType ⇒ Object
Returns the value of attribute tokenType.
Instance Method Summary collapse
-
#initialize(paymentInstruction = nil, tokenFriendlyName = nil, callerReference = nil, tokenType = nil, paymentReason = nil) ⇒ InstallPaymentInstruction
constructor
A new instance of InstallPaymentInstruction.
Constructor Details
#initialize(paymentInstruction = nil, tokenFriendlyName = nil, callerReference = nil, tokenType = nil, paymentReason = nil) ⇒ InstallPaymentInstruction
Returns a new instance of InstallPaymentInstruction.
906 907 908 909 910 911 912 |
# File 'lib/default.rb', line 906 def initialize(paymentInstruction = nil, tokenFriendlyName = nil, callerReference = nil, tokenType = nil, paymentReason = nil) @paymentInstruction = paymentInstruction @tokenFriendlyName = tokenFriendlyName @callerReference = callerReference @tokenType = tokenType @paymentReason = paymentReason end |
Instance Attribute Details
#callerReference ⇒ Object
Returns the value of attribute callerReference.
902 903 904 |
# File 'lib/default.rb', line 902 def callerReference @callerReference end |
#paymentInstruction ⇒ Object
Returns the value of attribute paymentInstruction.
900 901 902 |
# File 'lib/default.rb', line 900 def paymentInstruction @paymentInstruction end |
#paymentReason ⇒ Object
Returns the value of attribute paymentReason.
904 905 906 |
# File 'lib/default.rb', line 904 def paymentReason @paymentReason end |
#tokenFriendlyName ⇒ Object
Returns the value of attribute tokenFriendlyName.
901 902 903 |
# File 'lib/default.rb', line 901 def tokenFriendlyName @tokenFriendlyName end |
#tokenType ⇒ Object
Returns the value of attribute tokenType.
903 904 905 |
# File 'lib/default.rb', line 903 def tokenType @tokenType end |