接口文件
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// SubMerchant Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class SubMerchant : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 二级商户的支付宝id
|
||||
/// </summary>
|
||||
[JsonProperty("merchant_id")]
|
||||
public string MerchantId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user