File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
ams-dotnet/src/com/alipay/ams/api/entities Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- # Changelog ## 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 * [ # 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 1
1
# Alipay AMS(Alipay Merchant Services) C# Bindings
2
-
2
+ ```
3
+ Language:C#
4
+ Releass ^2.0.3
5
+ Copyright:Ant financial services group
6
+ ```
3
7
4
8
## Documentation
5
9
Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ public class Leg
9
9
public string CarrierName { get ; set ; }
10
10
public string CarrierNo { get ; set ; }
11
11
public ClassType ClassType { get ; set ; }
12
+ public string DepartureAirportCode { get ; set ; }
13
+ public string ArrivalAirportCode { get ; set ; }
12
14
}
You can’t perform that action at this time.
0 commit comments