Function generateBBAN

  • Generate and return BBAN from account number and BLZ

    There is no check digit validation. If you want to get a valid BBAN you have to to pass the result to isValidBBAN() or validate the account number and BLZ to isValidAccountNumberBLZ() beforehand.

    Parameters

    Returns null | string

    BBAN or null if invalid

Generated using TypeDoc