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.
 
 
 

18 lines
670 B

namespace Common.Model.KftcSendMoney
{
public class KftcSendMoneyRequest
{
public string CustomerId { get; set; }
public string AccessToken { get; set; }
public string FintechUseNo { get; set; }
public string CollAmt { get; set; }
public string AccountName { get; set; }
public string BankCode { get; set; }
public string AccountNum { get; set; }
public string AccHolderInfoType { get; set; }
public string AccHolderInfo { get; set; }
public string GmeAccessToken { get; set; }
public string GmeBankCode { get; set; }
public string processId { get; set; }
}
}