NewGaoKaoApi/PaymentSDK/AliPay/Domain/AlipayEcoEduKtZftschoolModi...

206 lines
8.5 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Domain
{
/// <summary>
/// AlipayEcoEduKtZftschoolModifyModel Data Structure.
/// </summary>
[Serializable]
public class AlipayEcoEduKtZftschoolModifyModel : AopObject
{
/// <summary>
/// 商户结算卡信息。本业务当前只允许传入一张结算卡
/// </summary>
[XmlArray("biz_cards")]
[XmlArrayItem("settle_card_info_kt")]
public List<SettleCardInfoKt> BizCards { get; set; }
/// <summary>
/// 学校地址。地址对象中省、市、区、地址必填,其余选填
/// </summary>
[XmlElement("business_address")]
public AddressInfoKt BusinessAddress { get; set; }
/// <summary>
/// 商户证件图片url格式jpg、jpeg、png 不可修改,请核对后再提交
/// </summary>
[XmlElement("cert_image")]
public string CertImage { get; set; }
/// <summary>
/// 证件反面图片URL格式jpg、jpeg、png 。目前只有当主证件为身份证时才需填写
/// </summary>
[XmlElement("cert_image_back")]
public string CertImageBack { get; set; }
/// <summary>
/// 目前只有个体工商户商户类型要求填入本字段,填写值为个体工商户营业执照上的名称
/// </summary>
[XmlElement("cert_name")]
public string CertName { get; set; }
/// <summary>
/// 商户证件编号(企业或者个体工商户提供营业执照,统一信用代码,事业单位提供事证号) 不可修改,请核对后再提交
/// </summary>
[XmlElement("cert_no")]
public string CertNo { get; set; }
/// <summary>
/// 商户证件类型201营业执照204 民办非企业单位登记证书2011:营业执照(统一社会信用代码)218事业单位法人证书。 对应merchant_type规则可参考 01对应201或2011 02对应218 办学许可证、事业单位法人证书、办园许可证、学前教育机构登记证、登记注册合格证; 03对应204 民办非企业单位登记证书 07对应 201 或 2011
/// </summary>
[XmlElement("cert_type")]
public string CertType { get; set; }
/// <summary>
/// 学校联系人信息。在本业务中ContactInfo对象中名称类型、手机号必填其他选填
/// </summary>
[XmlArray("contact_infos")]
[XmlArrayItem("contact_info_kt")]
public List<ContactInfoKt> ContactInfos { get; set; }
/// <summary>
/// 开票资料信息
/// </summary>
[XmlElement("invoice_info")]
public MerchantInvoiceInfoKt InvoiceInfo { get; set; }
/// <summary>
/// 此通知地址是为了保持教育缴费平台与ISV商户支付状态一致性。用户支付成功后支付宝会根据本isv_notify_url通过POST请求的形式将支付结果作为参数通知到商户系统ISV商户可以根据返回的参数更新账单状态。 说明文档https://docs.open.alipay.com/203/105286/ 不可修改,请核对后再提交
/// </summary>
[XmlElement("isv_notify_url")]
public string IsvNotifyUrl { get; set; }
/// <summary>
/// 法人或负责人身份证反面URL格式jpg、jpeg、png
/// </summary>
[XmlElement("legal_cert_back_image")]
public string LegalCertBackImage { get; set; }
/// <summary>
/// 法人或负责人身份证正面URL格式jpg、jpeg、png
/// </summary>
[XmlElement("legal_cert_front_image")]
public string LegalCertFrontImage { get; set; }
/// <summary>
/// 法人身份证号
/// </summary>
[XmlElement("legal_cert_no")]
public string LegalCertNo { get; set; }
/// <summary>
/// 法人名称,与证件上面一致
/// </summary>
[XmlElement("legal_name")]
public string LegalName { get; set; }
/// <summary>
/// 学校名和结算卡不一致时必填 学校授权函URL格式jpg、jpeg、png
/// </summary>
[XmlElement("license_auth_letter_image")]
public string LicenseAuthLetterImage { get; set; }
/// <summary>
/// 商户类别码mcc参见附件描述中的“类目code” https://mif-pub.alipayobjects.com/AlipayMCC.xlsx
/// </summary>
[XmlElement("mcc")]
public string Mcc { get; set; }
/// <summary>
/// 商家类型01企业02事业单位03民办非企业组织07个体工商户。 对应cert_type规则可参考 01对应201或2011 02对应218 办学许可证、事业单位法人证书、办园许可;证、学前教育机构登记证、登记注册合格证 03对应204 民办非企业单位登记证书; 07对应 201 或 2011
/// </summary>
[XmlElement("merchant_type")]
public string MerchantType { get; set; }
/// <summary>
/// 如果status为修改M此项必填
/// </summary>
[XmlElement("order_id")]
public string OrderId { get; set; }
/// <summary>
/// 外部订单号ISV每次申请单生成用于查询审核结果创建时每个isv唯一标识修改需和创建时保持一致
/// </summary>
[XmlElement("out_biz_no")]
public string OutBizNo { get; set; }
/// <summary>
/// 门头照URL格式jpg、jpeg、png该行业只支持一张
/// </summary>
[XmlArray("out_door_images")]
[XmlArrayItem("string")]
public List<string> OutDoorImages { get; set; }
/// <summary>
/// ISV的名称用于缴费详情页面展示 不可修改,请核对后再提交
/// </summary>
[XmlElement("partner_name")]
public string PartnerName { get; set; }
/// <summary>
/// ISV联系电话,用于账单详情页面显示 不可修改,请核对后再提交
/// </summary>
[XmlElement("partner_phone")]
public string PartnerPhone { get; set; }
/// <summary>
/// ISV的支付宝唯一标识PID 不可修改,请核对后再提交
/// </summary>
[XmlElement("partner_pid")]
public string PartnerPid { get; set; }
/// <summary>
/// 商户行业资质,教育缴费行业必填
/// </summary>
[XmlArray("qualifications")]
[XmlArrayItem("industry_qualification_info_kt")]
public List<IndustryQualificationInfoKt> Qualifications { get; set; }
/// <summary>
/// 学校名称,与证件一致,请核对后再提交
/// </summary>
[XmlElement("school_name")]
public string SchoolName { get; set; }
/// <summary>
/// K12学校类型1代表托儿所 2代表幼儿园3代表小学4代表初中5代表高中。 如果学校兼有多种属性,可以连写,比如: 45代表兼有初中部高中部34代表兼有小学部初中部 不可修改,请核对后再提交
/// </summary>
[XmlElement("school_type")]
public string SchoolType { get; set; }
/// <summary>
/// 商户使用服务可选值有当面付、app支付、wap支付、电脑支付本行业wap支付必须填写
/// </summary>
[XmlArray("service")]
[XmlArrayItem("string")]
public List<string> Service { get; set; }
/// <summary>
/// 客服电话
/// </summary>
[XmlElement("service_phone")]
public string ServicePhone { get; set; }
/// <summary>
/// 2018-10-01
/// </summary>
[XmlElement("sign_time_with_isv")]
public string SignTimeWithIsv { get; set; }
/// <summary>
/// 商户站点信息包括网站、app、小程序。商户使用服务包含电脑支付或wap支付时必须填充一个类型为01(网站)的SiteInfo对象当包含app支付时必须至少填充类型为02(APP)或06(支付宝小程序)中一种类型的SiteInfo对象
/// </summary>
[XmlArray("sites")]
[XmlArrayItem("site_info_kt")]
public List<SiteInfoKt> Sites { get; set; }
/// <summary>
/// 修改还是创建创建传C , 修改传M
/// </summary>
[XmlElement("status")]
public string Status { get; set; }
}
}