/** * Type of notification sent to a user or client. */ export declare enum NotificationType { PAYMENT_UPLOADED = "PAYMENT_UPLOADED", PAYMENT_APPROVED = "PAYMENT_APPROVED", PAYMENT_REJECTED = "PAYMENT_REJECTED", DEBT_OVERDUE = "DEBT_OVERDUE" } //# sourceMappingURL=notification-type.enum.d.ts.map