初始提交
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayDataBillDownloadurlGetResponse.
|
||||
/// </summary>
|
||||
public class AlipayDataBillDownloadurlGetResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 账单下载地址链接,获取连接后30秒后未下载,链接地址失效。
|
||||
/// </summary>
|
||||
[JsonProperty("bill_download_url")]
|
||||
public string BillDownloadUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user