Class: Loqate::Bank::InternationalAccountValidation
- Inherits:
-
Dry::Struct::Value
- Object
- Dry::Struct::Value
- Loqate::Bank::InternationalAccountValidation
- Defined in:
- lib/loqate/bank/international_account_validation.rb
Overview
Result of an international bank account validation.
Instance Method Summary collapse
-
#is_correct ⇒ Boolean
(also: #correct?)
Indicates whether the account number and sortcode are valid.
Instance Method Details
#is_correct ⇒ Boolean Also known as: correct?
Indicates whether the account number and sortcode are valid.
9 |
# File 'lib/loqate/bank/international_account_validation.rb', line 9 attribute :is_correct, Types::Strict::Bool |