Press n or j to go to the next uncovered block, b, p or k for the previous block.
export enum PaymentStatus { INIT = 0, ISSUED = 1, OVERDUE = 2, PARTIAL_PAID = 3, FULLY_PAID = 4 }