LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -632,3 +632,15 @@ /// </summary> public string Voucher { get; set; } } public class SetPayTypeReturn { public string Desc { get; set; } public string OrderNo { get; set; } public decimal PayAmount { get; set; } public LifePayTypeEnum LifePayType { get; set; } }