using System; using Newtonsoft.Json; using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Domain { /// /// AlipayAccountExrateAdviceAcceptModel Data Structure. /// [Serializable] public class AlipayAccountExrateAdviceAcceptModel : AopObject { /// /// 交易请求对象内容 /// [JsonProperty("advice")] public AdviceVO Advice { get; set; } } }