BIC class

Business Identifier Codes (also known as SWIFT-BIC, BIC code, SWIFT ID or SWIFT code). http://en.wikipedia.org/wiki/ISO_9362

Constructors

BIC(String bic)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBankCode() String
getBranchCode() String?
string representation of Bic's branch code, null if Bic has no branch code.
getCountry() Country?
Country representation of Bic's country code.
getLocationCode() String
string representation of Bic's location code.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isValid(String bic) bool