Class: PaystackGateway::Verification::ResolveAccountNumberResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/paystack_gateway/verification.rb

Overview

Response from GET /bank/resolve endpoint.

Instance Method Summary collapse

Methods inherited from Response

coerce_data

Instance Method Details

#account_valid?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/paystack_gateway/verification.rb', line 12

def 
  status && .present?
end