using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Common.Model { public class RewardFee { public string ShowRewardPoint { get; set; } public string Point { get; set; } public string RewardMessage { get; set; } public string ShowValidationAlert { get; set; } public string ValidationMsg { get; set; } public PaymentOptions PaymentOptions { get; set; } } public class PaymentOptions { public string HeaderText { get; set; } public List