using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// AlipayEbppConfigChargeinstSearchResponse.
///
public class AlipayEbppConfigChargeinstSearchResponse : AopResponse
{
///
/// 接口输出参数列表 ChargeInstResult{ List}对象
///
[XmlArray("charge_inst_mode_result")]
[XmlArrayItem("charge_inst_mode")]
public List ChargeInstModeResult { get; set; }
}
}