NewGaoKaoApi/PaymentSDK/AliPay/Response/ZhimaCreditContractBorrowIn...

18 lines
527 B
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
/// <summary>
/// ZhimaCreditContractBorrowInitializeResponse.
/// </summary>
public class ZhimaCreditContractBorrowInitializeResponse : AopResponse
{
/// <summary>
/// urlmode=0(二维码主扫模式)下返回的url在借还的机具上渲染为二维码后用户使用支付宝扫一扫唤起该页面
/// </summary>
[XmlElement("url")]
public string Url { get; set; }
}
}