using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Response { /// /// AlipayOpenPublicLifeAgentCreateResponse. /// public class AlipayOpenPublicLifeAgentCreateResponse : AopResponse { /// /// 外部入驻申请单据号 /// [JsonProperty("out_biz_no")] public string OutBizNo { get; set; } } }