using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// AlipayCommerceEducateCampuscardAuthorizedQueryResponse.
///
public class AlipayCommerceEducateCampuscardAuthorizedQueryResponse : AopResponse
{
///
/// 学生的校园卡列表
///
[XmlArray("alipay_card_simple_list")]
[XmlArrayItem("school_card_simple_info")]
public List AlipayCardSimpleList { get; set; }
}
}