Class: PaystackGateway::Transactions::VerifyTransactionResponse
- Inherits:
-
Response
- Object
- Hashie::Dash
- Response
- PaystackGateway::Transactions::VerifyTransactionResponse
- Includes:
- PaystackGateway::TransactionResponse
- Defined in:
- lib/paystack_gateway/transactions.rb
Overview
Response from GET /transaction/verify/:reference endpoint.
Instance Method Summary collapse
Methods included from PaystackGateway::TransactionResponse
#failure_reason, #subaccount_amount, #transaction_abandoned?, #transaction_amount, #transaction_failed?, #transaction_pending?, #transaction_status, #transaction_success?
Methods inherited from Response
Instance Method Details
#transaction_completed_at ⇒ Object
48 49 50 |
# File 'lib/paystack_gateway/transactions.rb', line 48 def transaction_completed_at paid_at || super end |