mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-15 22:58:02 +08:00
10 lines
279 B
C#
10 lines
279 B
C#
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /transactions/native 接口的响应。</para>
|
|
/// </summary>
|
|
public class CreateHKPartnerTransactionNativeResponse : CreateHKTransactionNativeResponse
|
|
{
|
|
}
|
|
}
|