namespace BuddyFinance.Integration.Models.Enums { public enum NotificationTempate { ProfileRegistered, LoanRequestRef, ProfileApproval, ProfileRejected, ProfileSuspended, CashWithdrawal, LoanRequestApproved, LoanOfferRequest, AcceptLoanOffer, LoanOfferDelete, LoanOfferCreated, LoanOfferRefund, LoanOfferReject, CashWithdrawalApproved, CashWithdrawalRejected, LateOfferAcceptancy, PasswordReset, AccountDeactivated, AccountActivated, ContactUs, AccountArrears, LoanApproved, AdminAccountCreated, ProfileApprovalBorrower, AcceptLoanOfferB, LoanDeactivated, LoanDeclinedLender, LoanDeclinedBorrower, BorrowerAccountActivated, LenderAccountActivated, AccountSuspended, AccountUnsuspended } }