Class: PaystackGateway::Verification::ResolveAccountNumberResponse
- Inherits:
-
Response
- Object
- Hashie::Dash
- Response
- PaystackGateway::Verification::ResolveAccountNumberResponse
- Defined in:
- lib/paystack_gateway/verification.rb
Overview
Response from GET /bank/resolve endpoint.
Instance Method Summary collapse
Methods inherited from Response
Instance Method Details
#account_valid? ⇒ Boolean
12 13 14 |
# File 'lib/paystack_gateway/verification.rb', line 12 def account_valid? status && account_name.present? end |