isUnresolvedReservation(row: ProcessedPayment): boolean
True when a row is an in-progress reservation with no recorded outcome — the in-memory mirror of the UNRESOLVED_RESERVATION SQL predicate.
row: ProcessedPayment
isUnresolvedReservation(row: ProcessedPayment): boolean
True when a row is an in-progress reservation with no recorded outcome — the in-memory mirror of the UNRESOLVED_RESERVATION SQL predicate.
row: ProcessedPayment
import { isUnresolvedReservation } from "doc.ts";