|
namespace Model
|
{
|
public class GwClientPayMent
|
{
|
public int PayMentID { get; set; }
|
|
public string PayMentName { get; set; }
|
|
public string ReceiverName { get; set; }
|
|
public string Account { get; set; }
|
|
public string PartnerID { get; set; }
|
|
public string Key { get; set; }
|
|
public int IsEnabled { get; set; }
|
}
|
}
|