using System;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
///
/// AlipayOpenPublicLifeAgentcreateQueryModel Data Structure.
///
[Serializable]
public class AlipayOpenPublicLifeAgentcreateQueryModel : AopObject
{
///
/// 由开发者创建的外部入驻申请单据号
///
[JsonProperty("out_biz_no")]
public string OutBizNo { get; set; }
}
}