Class: PaystackGateway::Transfers::InitiateTransferResponse

Inherits:
Response
  • Object
show all
Includes:
PaystackGateway::TransactionResponse
Defined in:
lib/paystack_gateway/transfers.rb

Overview

Response from POST /transfer endpoint.

Direct Known Subclasses

VerifyTransferResponse

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

coerce_data

Instance Method Details

#transaction_completed_atObject



14
15
16
# File 'lib/paystack_gateway/transfers.rb', line 14

def transaction_completed_at
  transferred_at || super
end