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.8 KiB

  1. namespace Swift.API.Common.ExRate
  2. {
  3. public class ExRateRequest
  4. {
  5. public string ProcessId { get; set; }
  6. public string UserName { get; set; }
  7. public string ProviderId { get; set; }
  8. public string RequestedBy { get; set; }
  9. public string CustomerId { get; set; }
  10. public string SCountry { get; set; }
  11. public string SAgent { get; set; }
  12. public string PAgentId { get; set; }
  13. public string PAgentName { get; set; }
  14. public string SSuperAgent { get; set; }
  15. public string SBranch { get; set; }
  16. public string AgentRefId { get; set; }
  17. public string CollCurrency { get; set; }
  18. public string PAgent { get; set; }
  19. public string SchemeId { get; set; }
  20. public string PayoutPartner { get; set; }
  21. public string PCountry { get; set; }
  22. public string PCurrency { get; set; }
  23. public string CAmount { get; set; }
  24. public string PAmount { get; set; }
  25. public string ServiceType { get; set; }
  26. public string CalcBy { get; set; }
  27. public string TpExRate { get; set; }
  28. public string TpPCurrnecy { get; set; }
  29. public string PaymentType { get; set; }
  30. public string CouponCode { get; set; }
  31. public string Amount { get; set; }
  32. public bool IsManualSc { get; set; }
  33. public string ManualSc { get; set; }
  34. public bool IsDefault { get; set; }
  35. public string CardOnline { get; set; }
  36. public string ForexSessionId { get; set; }
  37. public bool IsOnline { get; set; }
  38. public string pCountryCode { get; set; }
  39. public string SCurrency { get; set; }
  40. public string pCountryName { get; set; }
  41. public bool isExRateCalcByPartner { get; set; }
  42. public string payerName { get; set; }
  43. public string Introducer { get; set; }
  44. }
  45. }