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.
 
 
 

51 lines
2.1 KiB

namespace Common.Model
{
public class MobileRemitRequest
{
public string User { get; set; }
public string SenderId { get; set; }
public string ReceiverId { get; set; }
public string DeliveryMethodId { get; set; }
public string PBranch { get; set; }
public string PAgent { get; set; }
public string PCurr { get; set; }
public string CollCurr { get; set; }
public string CollAmt { get; set; }
public string PayoutAmt { get; set; }
public string TransferAmt { get; set; }
public string ServiceCharge { get; set; }
public string Discount { get; set; }
public string ExRate { get; set; }
public string CalBy { get; set; }
public string RelWithSender { get; set; }
public string Occupation { get; set; }
public string IpAddress { get; set; }
public string RState { get; set; }
public string RLocation { get; set; }
public string TpExRate { get; set; }
public string TpPCurr { get; set; }
public string PayOutPartner { get; set; }
public string FOREX_SESSION_ID { get; set; }
public string PaymentType { get; set; }
public string IsAgreed { get; set; }
public string TxnPassword { get; set; }
public string ProcessId { get; set; }
public string ReceiverAccountNo { get; set; }
public string schemeId { get; set; }
public string PurposeOfRemittance { get; set; }
public string otherPurposeOfRemittance { get; set; }
public string SourceOfFund { get; set; }
public string otherSourceOfFund { get; set; }
public bool isUseBiometric { get; set; }//use for only auto debit
public string EXRATEID { get; set; }//use for only auto debit
public string GoodsOrigin { get; set; }
public string GoodsType { get; set; }
public string PortOfShipment { get; set; }
public string DiscountedFee { get; set; }
public string isPromoCode { get; set; }
public string promoRowId { get; set; }
public string promoCode { get; set; }
}
}