using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayEcoEduKtBillingModifyResponse.
///
public class AlipayEcoEduKtBillingModifyResponse : AopResponse
{
///
/// 如果成功,返回Y
///
[JsonProperty("status")]
public string Status { get; set; }
}
}