using Newtonsoft.Json;
using Alipay.AopSdk.Core.Domain;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayDataDataserviceCodeRecoResponse.
///
public class AlipayDataDataserviceCodeRecoResponse : AopResponse
{
///
/// 识别结果
///
[JsonProperty("result")]
public AlipayCodeRecoResult Result { get; set; }
}
}