using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Response { /// /// AlipayTrustUserAuthSendResponse. /// public class AlipayTrustUserAuthSendResponse : AopResponse { /// /// 当授权通知发送成功时,为T;否则用业务错误码表示 /// [JsonProperty("result")] public string Result { get; set; } } }