接口文件
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEbppProdmodeSignQueryModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayEbppProdmodeSignQueryModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 出账/销账机构支付宝账号
|
||||
/// </summary>
|
||||
[JsonProperty("logon_id")]
|
||||
public string LogonId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 产品编号
|
||||
/// </summary>
|
||||
[JsonProperty("prod_code")]
|
||||
public string ProdCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user