初始提交
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayTradeCustomsQueryModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayTradeCustomsQueryModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 报关请求号。需要查询的商户端报关请求号,支持批量查询, 多个值用英文半角逗号分隔,单次请求最多10个;
|
||||
/// </summary>
|
||||
[JsonProperty("out_request_nos")]
|
||||
public string OutRequestNos { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user