初始提交
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEbppIsvProdmodeCreateModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayEbppIsvProdmodeCreateModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 参数内容包含:ISV录入产品模型相关信息,具体分类如下:1.销账机构信息 2.对账配置信息 3.清算配置信息 4.产品模型和出账机构信息 5.机构拓展信息
|
||||
/// </summary>
|
||||
[JsonProperty("biz_data")]
|
||||
public string BizData { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user