Class: Buckaruby::RefundTransactionResponse
- Inherits:
-
ApiResponse
- Object
- Response
- ApiResponse
- Buckaruby::RefundTransactionResponse
- Includes:
- TransactionResponse
- Defined in:
- lib/buckaruby/response.rb
Overview
Response when creating a refund transaction.
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
Methods included from TransactionResponse
#collect_date, #consumer_bic, #consumer_iban, #consumer_name, #invoicenumber, #mandate_reference, #payment_id, #payment_method, #transaction_id, #transaction_status
Methods inherited from ApiResponse
Methods inherited from Response
#additional, #custom, #initialize, #params, #status, #timestamp
Constructor Details
This class inherits a constructor from Buckaruby::ApiResponse
Instance Method Details
#refunded_transaction_id ⇒ Object
203 204 205 |
# File 'lib/buckaruby/response.rb', line 203 def refunded_transaction_id params[:brq_relatedtransaction_refund] end |
#transaction_type ⇒ Object
207 208 209 |
# File 'lib/buckaruby/response.rb', line 207 def transaction_type TransactionType::REFUND end |