Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class VerifyUserDto
- {
- public int PersonId { get; set; }
- public int AccountOpeningStatus { get; set; } // 2, 3, 4
- public string? SBIAccountNumber { get; set; }
- public string? IFSCCode { get; set; }
- public string? BankersRemark { get; set; }
- public DateTime? AccountActivationDate { get; set; }
- public string? SBIBranchName { get; set; }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement