using System; using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Domain { /// /// AlipayInsSceneApplicationCancelModel Data Structure. /// [Serializable] public class AlipayInsSceneApplicationCancelModel : AopObject { /// /// 投保订单号 /// [JsonProperty("application_no")] public string ApplicationNo { get; set; } } }