mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(tenpayv3): 随官方更新合单查询相关接口模型
This commit is contained in:
@@ -42,6 +42,13 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
|
||||
[Newtonsoft.Json.JsonProperty("payer_currency")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("payer_currency")]
|
||||
public string PayerCurrency { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置结算汇率(格式:外币兑换人民币的比例乘以 10 的 8 次方)。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("settlement_rate")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("settlement_rate")]
|
||||
public long? SettlementRate { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user