File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
ams-dotnet/src/com/alipay/ams/api/request Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- # Changelog ## 2.0.3 - 2024-11-25 * [ #7 ] ( https://github.com/alipay/global-open-sdk-dotnet/pull/7 ) feature-241125 - update Leg ## 2.0.2 - 2024-11-04 * [ #6 ] ( https://github.com/alipay/global-open-sdk-dotnet/pull/6 ) feature-notify - add notify ## 2.0.1 - 2024-10-23 * [ #5 ] ( https://github.com/alipay/global-open-sdk-dotnet/pull/5 ) feature-p2 - add MARKETPLACE - add vaulting - add Dispute - add risk - add Notify - add MARKETPLACE_demo - add subscription_demo - add vaulting_demo - add Dispute_demo ## 2.0.0 - 2024-09-04 * [ #4 ] ( https://github.com/alipay/global-open-sdk-dotnet/pull/4 ) Init object library * Add pay - request response * Add auth - request response * Add customs - request response * Add subscription - request response * Add example - auth customs pay * Add Changelog ## 1.0.0 - 2021-08-02 * Init object library
1
+ # Changelog ## 2.0.3 - 2024-11-25 * [#8](https://github.com/alipay/global-open-sdk-dotnet/pull/8) feature-241125 - update AlipayPayResultNotify - update AlipayPayQueryRequest ## 2.0.3 - 2024-11-25 * [#7](https://github.com/alipay/global-open-sdk-dotnet/pull/7) feature-241125 - update Leg ## 2.0.2 - 2024-11-04 * [#6](https://github.com/alipay/global-open-sdk-dotnet/pull/6) feature-notify - add notify ## 2.0.1 - 2024-10-23 * [#5](https://github.com/alipay/global-open-sdk-dotnet/pull/5) feature-p2 - add MARKETPLACE - add vaulting - add Dispute - add risk - add Notify - add MARKETPLACE_demo - add subscription_demo - add vaulting_demo - add Dispute_demo ## 2.0.0 - 2024-09-04 * [#4](https://github.com/alipay/global-open-sdk-dotnet/pull/4) Init object library * Add pay - request response * Add auth - request response * Add customs - request response * Add subscription - request response * Add example - auth customs pay * Add Changelog ## 1.0.0 - 2021-08-02 * Init object library
Original file line number Diff line number Diff line change @@ -66,4 +66,7 @@ public class AlipayPayResultNotify:AlipayNotify
66
66
67
67
public PromotionResult [ ] PromotionResult { get ; set ; }
68
68
69
+
70
+ public string PaymentMethodType { get ; set ; }
71
+
69
72
}
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ public class PaymentInquiryRequest : AMSRequest<PaymentInquiryResponse>
14
14
public string PaymentId { get ; set ; }
15
15
16
16
public string MerchantAccountId { get ; set ; }
17
+
18
+ public string PaymentMethodType { get ; set ; }
17
19
18
20
public override string GetRequestURI ( )
19
21
{
You can’t perform that action at this time.
0 commit comments