export enum PaymentStatus { NOT_PAID = 'Not Paid', PAID = 'Paid', PENDING = 'Pending', }