IBANTools
Preparing search index...
ExtractIBANResult
Interface ExtractIBANResult
Interface for ExtractIBAN result
interface
ExtractIBANResult
{
accountNumber
?:
string
;
bankIdentifier
?:
string
;
bban
?:
string
;
branchIdentifier
?:
string
;
countryCode
?:
string
;
iban
:
string
;
valid
:
boolean
;
}
Index
Properties
account
Number?
bank
Identifier?
bban?
branch
Identifier?
country
Code?
iban
valid
Properties
Optional
account
Number
accountNumber
?:
string
Optional
bank
Identifier
bankIdentifier
?:
string
Optional
bban
bban
?:
string
Optional
branch
Identifier
branchIdentifier
?:
string
Optional
country
Code
countryCode
?:
string
iban
iban
:
string
valid
valid
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Number
bank
Identifier
bban
branch
Identifier
country
Code
iban
valid
IBANTools
Loading...
Interface for ExtractIBAN result