You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.7 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace Common.Model.BenificiaryModel
  7. {
  8. public class BenificiaryModel
  9. {
  10. public string Flag { get; set; }
  11. public string ReceiverId { get; set; }
  12. public string customerId { get; set; }
  13. public string membershipId { get; set; }
  14. public string Country { get; set; }
  15. public string Email { get; set; }
  16. public string BenificiaryType { get; set; }
  17. public string ReceiverFName { get; set; }
  18. public string ReceiverMName { get; set; }
  19. public string ReceiverLName { get; set; }
  20. public string ReceiverLName2 { get; set; }
  21. public string ReceiverAddress { get; set; }
  22. public string State { get; set; }
  23. public string ReceiverCity { get; set; }
  24. public string ContactNo { get; set; }
  25. public string SenderMobileNo { get; set; }
  26. public string Relationship { get; set; }
  27. public string PlaceOfIssue { get; set; }
  28. public string TypeId { get; set; }
  29. public string TypeValue { get; set; }
  30. public string PurposeOfRemitance { get; set; }
  31. public string OtherPurpose { get; set; }
  32. public string PayoutPatner { get; set; }
  33. public string PaymentMode { get; set; }
  34. public string BankLocation { get; set; }
  35. public string BankName { get; set; }
  36. public string BenificaryAc { get; set; }
  37. public string Remarks { get; set; }
  38. public string NativeCountry { get; set; }
  39. public string OtherRelationDescription { get; set; }
  40. public int agentId { get; set; }
  41. public string branchText { get; set; }
  42. }
  43. }