Class: GetPaymentInstructionResponse
- Inherits:
-
Object
- Object
- GetPaymentInstructionResponse
- Defined in:
- lib/default.rb
Overview
/GetPaymentInstructionResponse
getPaymentInstructionResult - GetPaymentInstructionResult
responseMetadata - ResponseMetadata
Instance Attribute Summary collapse
-
#getPaymentInstructionResult ⇒ Object
Returns the value of attribute getPaymentInstructionResult.
-
#responseMetadata ⇒ Object
Returns the value of attribute responseMetadata.
Instance Method Summary collapse
-
#initialize(getPaymentInstructionResult = nil, responseMetadata = nil) ⇒ GetPaymentInstructionResponse
constructor
A new instance of GetPaymentInstructionResponse.
Constructor Details
#initialize(getPaymentInstructionResult = nil, responseMetadata = nil) ⇒ GetPaymentInstructionResponse
Returns a new instance of GetPaymentInstructionResponse.
887 888 889 890 |
# File 'lib/default.rb', line 887 def initialize(getPaymentInstructionResult = nil, responseMetadata = nil) @getPaymentInstructionResult = getPaymentInstructionResult @responseMetadata = responseMetadata end |
Instance Attribute Details
#getPaymentInstructionResult ⇒ Object
Returns the value of attribute getPaymentInstructionResult.
884 885 886 |
# File 'lib/default.rb', line 884 def getPaymentInstructionResult @getPaymentInstructionResult end |
#responseMetadata ⇒ Object
Returns the value of attribute responseMetadata.
885 886 887 |
# File 'lib/default.rb', line 885 def responseMetadata @responseMetadata end |