Function: normalizePayerName()
normalizePayerName(name): string
Defined in: src/lib/facility-match/index.ts:47
Lowercase, collapse runs of whitespace, trim -- so spacing/case on the scan don't break matching.
Parameters
name
string
Returns
string