iban ~master (2021-08-18T11:09:59Z)
Dub
Repo
IBANData
iban
structures
Undocumented in source.
@
safe
struct
IBANData {
string
countryKey
;
string
bbanSpec
;
string
ibanSpec
;
long
bbanLength
;
long
ibanLength
;
long
[][
string
]
positions
;
Parse
[]
bbanSpecRegex
;
Parse
[]
ibanSpecRegex
;
}
Members
Variables
bbanLength
long
bbanLength
;
Undocumented in source.
bbanSpec
string
bbanSpec
;
Undocumented in source.
bbanSpecRegex
Parse
[]
bbanSpecRegex
;
Undocumented in source.
countryKey
string
countryKey
;
Undocumented in source.
ibanLength
long
ibanLength
;
Undocumented in source.
ibanSpec
string
ibanSpec
;
Undocumented in source.
ibanSpecRegex
Parse
[]
ibanSpecRegex
;
Undocumented in source.
positions
long
[][
string
]
positions
;
Undocumented in source.
Meta
Source
See Implementation
iban
structures
enums
ParseType
structs
Bank
IBAN
IBANData
Parse