Advertisement
debarghya24

TDREX

Jun 26th, 2025 (edited)
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.38 KB | None | 0 0
  1. public class VerifyUserDto
  2. {
  3.     public int PersonId { get; set; }
  4.     public int AccountOpeningStatus { get; set; }        // 2, 3, 4
  5.     public string? SBIAccountNumber { get; set; }
  6.     public string? IFSCCode { get; set; }
  7.     public string? BankersRemark { get; set; }
  8.     public DateTime? AccountActivationDate { get; set; }
  9.     public string? SBIBranchName { get; set; }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement