Interface Options

interface Options {
    checkBIC?: boolean;
    checkIBAN?: boolean;
    prettyPrint?: boolean;
}

Properties

checkBIC?: boolean

Check if the BIC is valid. (with IBANTools)

true
checkIBAN?: boolean

Check if the IBAN is valid. (with IBANTools)

true
prettyPrint?: boolean

If the xml should be pretty printed

false