Class: InstallPaymentInstructionResponse
- Inherits:
-
Object
- Object
- InstallPaymentInstructionResponse
- Defined in:
- lib/default.rb
Overview
/InstallPaymentInstructionResponse
installPaymentInstructionResult - InstallPaymentInstructionResult
responseMetadata - ResponseMetadata
Instance Attribute Summary collapse
-
#installPaymentInstructionResult ⇒ Object
Returns the value of attribute installPaymentInstructionResult.
-
#responseMetadata ⇒ Object
Returns the value of attribute responseMetadata.
Instance Method Summary collapse
-
#initialize(installPaymentInstructionResult = nil, responseMetadata = nil) ⇒ InstallPaymentInstructionResponse
constructor
A new instance of InstallPaymentInstructionResponse.
Constructor Details
#initialize(installPaymentInstructionResult = nil, responseMetadata = nil) ⇒ InstallPaymentInstructionResponse
Returns a new instance of InstallPaymentInstructionResponse.
922 923 924 925 |
# File 'lib/default.rb', line 922 def initialize(installPaymentInstructionResult = nil, responseMetadata = nil) @installPaymentInstructionResult = installPaymentInstructionResult @responseMetadata = responseMetadata end |
Instance Attribute Details
#installPaymentInstructionResult ⇒ Object
Returns the value of attribute installPaymentInstructionResult.
919 920 921 |
# File 'lib/default.rb', line 919 def installPaymentInstructionResult @installPaymentInstructionResult end |
#responseMetadata ⇒ Object
Returns the value of attribute responseMetadata.
920 921 922 |
# File 'lib/default.rb', line 920 def responseMetadata @responseMetadata end |