using Newtonsoft.Json; using Alipay.AopSdk.Core.Domain; namespace Alipay.AopSdk.Core.Response { /// /// AlipayCommerceEducateStudentinfoShareResponse. /// public class AlipayCommerceEducateStudentinfoShareResponse : AopResponse { /// /// 学生信息 /// [JsonProperty("student_info_share_result")] public EduStudentInfoShareResult StudentInfoShareResult { get; set; } } }