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.
 
 
 
 
 

43 lines
1.8 KiB

namespace Swift.API.Common.ExRate
{
public class ExRateRequest
{
public string ProcessId { get; set; }
public string UserName { get; set; }
public string ProviderId { get; set; }
public string RequestedBy { get; set; }
public string CustomerId { get; set; }
public string SCountry { get; set; }
public string SAgent { get; set; }
public string PAgentId { get; set; }
public string PAgentName { get; set; }
public string SSuperAgent { get; set; }
public string SBranch { get; set; }
public string AgentRefId { get; set; }
public string CollCurrency { get; set; }
public string PAgent { get; set; }
public string SchemeId { get; set; }
public string PayoutPartner { get; set; }
public string PCountry { get; set; }
public string PCurrency { get; set; }
public string CAmount { get; set; }
public string PAmount { get; set; }
public string ServiceType { get; set; }
public string CalcBy { get; set; }
public string TpExRate { get; set; }
public string TpPCurrnecy { get; set; }
public string PaymentType { get; set; }
public string CouponCode { get; set; }
public string Amount { get; set; }
public bool IsManualSc { get; set; }
public string ManualSc { get; set; }
public bool IsDefault { get; set; }
public string CardOnline { get; set; }
public string ForexSessionId { get; set; }
public bool IsOnline { get; set; }
public string pCountryCode { get; set; }
public string SCurrency { get; set; }
public string pCountryName { get; set; }
public bool isExRateCalcByPartner { get; set; }
}
}