using System.Collections.Generic;
using Newtonsoft.Json;
using Alipay.AopSdk.Core.Domain;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayCommerceCityfacilitatorStationQueryResponse.
///
public class AlipayCommerceCityfacilitatorStationQueryResponse : AopResponse
{
///
/// 支持设为起点的站点列表
///
[JsonProperty("support_starts")]
public List SupportStarts { get; set; }
}
}