Class: PaystackGateway::Transfers::InitiateTransferResponse
- Inherits:
-
Response
- Object
- Hashie::Dash
- Response
- PaystackGateway::Transfers::InitiateTransferResponse
- Includes:
- PaystackGateway::TransactionResponse
- Defined in:
- lib/paystack_gateway/transfers.rb
Overview
Response from POST /transfer endpoint.
Direct Known Subclasses
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
14 15 16 |
# File 'lib/paystack_gateway/transfers.rb', line 14 def transaction_completed_at transferred_at || super end |