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.
 
 
 

12 lines
357 B

namespace Common.Model
{
public class LoyaltyPoint
{
public string LoyaltyMsgHead { get; set; }
public string LoyaltyMsgBody { get; set; }
public string TotalCount { get; set; }
public string TranCount { get; set; }
public string IsFreeSC { get; set; }
public string IsActive { get; set; }
}
}