using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayOfflineMarketReportGetResponse. /// public class AlipayOfflineMarketReportGetResponse : AopResponse { /// /// 街道 /// [XmlElement("address")] public string Address { get; set; } /// /// 近30日交易金额 /// [XmlElement("amount_in_30_days")] public string AmountIn30Days { get; set; } /// /// 近7日交易金额 /// [XmlElement("amount_in_7_days")] public string AmountIn7Days { get; set; } /// /// 人均消费金额(单位:分,下同) /// [XmlElement("amount_per_capita")] public string AmountPerCapita { get; set; } /// /// 昨日交易金额 /// [XmlElement("amount_yesterday")] public string AmountYesterday { get; set; } /// /// 大区 /// [XmlElement("area")] public string Area { get; set; } /// /// WAITING_ASSIGN(待分配)、确认中(CONFIRMING)、已分配(ASSIGNED) /// [XmlElement("assign_status")] public string AssignStatus { get; set; } /// /// 后台小二的UID /// [XmlElement("bd_staff_uid")] public string BdStaffUid { get; set; } /// /// 品牌 /// [XmlElement("brand_name")] public string BrandName { get; set; } /// /// 城市 /// [XmlElement("city")] public string City { get; set; } /// /// 市代码 /// [XmlElement("city_code")] public string CityCode { get; set; } /// /// 城市经理 /// [XmlElement("city_manager_name")] public string CityManagerName { get; set; } /// /// 城市经理uid /// [XmlElement("city_manager_uid")] public string CityManagerUid { get; set; } /// /// 竞对最低折扣值 /// [XmlElement("competitor_lowest_discount")] public string CompetitorLowestDiscount { get; set; } /// /// 1:全民开店的数据开店类型显示为全民开店;0:非全民开店的数据开店类型显示为非全民开店; /// [XmlElement("create_channel")] public string CreateChannel { get; set; } /// /// 三级行业 /// [XmlElement("detail_category")] public string DetailCategory { get; set; } /// /// 三级行业编号 /// [XmlElement("detail_category_code")] public string DetailCategoryCode { get; set; } /// /// 折扣id /// [XmlElement("discount_id")] public string DiscountId { get; set; } /// /// 区(县) /// [XmlElement("district")] public string District { get; set; } /// /// 区县代码 /// [XmlElement("district_code")] public string DistrictCode { get; set; } /// /// 当面付审核状态 /// [XmlElement("f2f_audit_status")] public string F2fAuditStatus { get; set; } /// /// 当面付生效时间 /// [XmlElement("f2f_online")] public string F2fOnline { get; set; } /// /// 当面付签约次数 /// [XmlElement("f2f_sign_count")] public string F2fSignCount { get; set; } /// /// 当面付状态 /// [XmlElement("f2f_status")] public string F2fStatus { get; set; } /// /// 当面付签约情况-版本 /// [XmlElement("f2f_version")] public string F2fVersion { get; set; } /// /// 当面付审核状态 /// [XmlElement("ff_audit_status")] public string FfAuditStatus { get; set; } /// /// 当面付生效时间 /// [XmlElement("ff_online")] public string FfOnline { get; set; } /// /// 当面付签约次数 /// [XmlElement("ff_sign_count")] public string FfSignCount { get; set; } /// /// 当面付状态 /// [XmlElement("ff_status")] public string FfStatus { get; set; } /// /// 当面付签约情况-版本 /// [XmlElement("ff_version")] public string FfVersion { get; set; } /// /// 门店创建时间 /// [XmlElement("gmt_create")] public string GmtCreate { get; set; } /// /// 门店修改时间 /// [XmlElement("gmt_modified")] public string GmtModified { get; set; } /// /// 有无折扣 /// [XmlElement("has_discount")] public string HasDiscount { get; set; } /// /// 是否享受立减(0:否;1:是) /// [XmlElement("has_discount_privilege")] public string HasDiscountPrivilege { get; set; } /// /// 是否有机具 /// [XmlElement("has_equipment")] public string HasEquipment { get; set; } /// /// 有无双证 /// [XmlElement("has_shuangzheng")] public string HasShuangzheng { get; set; } /// /// 是否有全民折扣(0:否;1:是) /// [XmlElement("has_whole_people_discount")] public string HasWholePeopleDiscount { get; set; } /// /// 流水号 /// [XmlElement("id")] public string Id { get; set; } /// /// 是否在黑名单(0:否;1:是) /// [XmlElement("in_blacklist")] public string InBlacklist { get; set; } /// /// 有效期30天以上折扣是否核销 /// [XmlElement("item_consumed_30")] public string ItemConsumed30 { get; set; } /// /// 有效期30天以上折扣数 /// [XmlElement("item_count_30")] public string ItemCount30 { get; set; } /// /// 是否ka /// [XmlElement("ka")] public string Ka { get; set; } /// /// leads商户名称 /// [XmlElement("leads_name")] public string LeadsName { get; set; } /// /// 城市经理或超级管理员确认门店分配的时间 /// [XmlElement("manual_confirm_assign_time")] public string ManualConfirmAssignTime { get; set; } /// /// 商户名称 /// [XmlElement("merchant_name")] public string MerchantName { get; set; } /// /// 商户pid /// [XmlElement("merchant_pid")] public string MerchantPid { get; set; } /// /// 电话 /// [XmlElement("mobile")] public string Mobile { get; set; } /// /// 近30天大于2元订单量 /// [XmlElement("order_1")] public string Order1 { get; set; } /// /// 近1天大于2元订单量 /// [XmlElement("order_in_1_day")] public string OrderIn1Day { get; set; } /// /// 近7天内大于2元订单量 /// [XmlElement("order_in_7_days")] public string OrderIn7Days { get; set; } /// /// 一级行业 /// [XmlElement("pri_category")] public string PriCategory { get; set; } /// /// 一级行业编号 /// [XmlElement("pri_category_code")] public string PriCategoryCode { get; set; } /// /// 省代码 /// [XmlElement("prov_code")] public string ProvCode { get; set; } /// /// 服务商名称 /// [XmlElement("provider_name")] public string ProviderName { get; set; } /// /// 服务商Pid /// [XmlElement("provider_pid")] public string ProviderPid { get; set; } /// /// 服务商小二 /// [XmlElement("provider_staff_name")] public string ProviderStaffName { get; set; } /// /// 服务商小二uid /// [XmlElement("provider_staff_uid")] public string ProviderStaffUid { get; set; } /// /// 省 /// [XmlElement("province")] public string Province { get; set; } /// /// 全民开店类型的推荐人,体现为归属人 /// [XmlElement("recommender")] public string Recommender { get; set; } /// /// 推荐人类型 /// [XmlElement("recommender_type")] public string RecommenderType { get; set; } /// /// 门店审核状态(审核中|审核通过|审核失败) /// [XmlElement("shop_audit_status")] public string ShopAuditStatus { get; set; } /// /// 门店编号 /// [XmlElement("shop_id")] public string ShopId { get; set; } /// /// 店铺运营等级,0:全国KA,1:城市重点,2:中小,3:长尾 /// [XmlElement("shop_level")] public string ShopLevel { get; set; } /// /// 店铺名称 /// [XmlElement("shop_name")] public string ShopName { get; set; } /// /// 门店首次上架时间 /// [XmlElement("shop_online")] public string ShopOnline { get; set; } /// /// 开店来源。有服务商开店,商家自主开店,全民个人开店等 /// [XmlElement("shop_source")] public string ShopSource { get; set; } /// /// 门店标签,多个以逗号分隔 /// [XmlElement("shop_tag")] public string ShopTag { get; set; } /// /// 二级行业 /// [XmlElement("sub_category")] public string SubCategory { get; set; } /// /// 二级行业编号 /// [XmlElement("sub_category_code")] public string SubCategoryCode { get; set; } /// /// 电话 /// [XmlElement("telephone")] public string Telephone { get; set; } /// /// 近30天大于2元用户数 /// [XmlElement("user_1")] public string User1 { get; set; } /// /// user_in_1_day /// [XmlElement("user_in_1_day")] public string UserIn1Day { get; set; } /// /// 近7天内大于2元的用户数 /// [XmlElement("user_in_7_days")] public string UserIn7Days { get; set; } /// /// 近1天核销笔数 /// [XmlElement("verification_in_1_day")] public string VerificationIn1Day { get; set; } /// /// 近30天内核销笔数 /// [XmlElement("verification_in_30_days")] public string VerificationIn30Days { get; set; } /// /// 近7天内核销笔数 /// [XmlElement("verification_in_7_days")] public string VerificationIn7Days { get; set; } /// /// 全民最低折扣值 /// [XmlElement("whole_people_lowest_discount")] public string WholePeopleLowestDiscount { get; set; } } }