File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
src/main/java/com/alipay/global/api/model/ams Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -143,4 +143,6 @@ update --- 支付方式枚举类新增ABA
143
143
43、Version:2.0.52
144
144
1. 订阅支付新增“更新接口”
145
145
44、Version:2.0.53
146
- 1. update promotionResults
146
+ 1. update promotionResults
147
+ 44、Version:2.0.54
148
+ 1. 支付、查询、支付结果通知新增卡相关信息字段
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ https://mvnrepository.com/artifact/com.alipay.global.sdk/global-open-sdk-java
12
12
<dependency >
13
13
<groupId >com.alipay.global.sdk</groupId >
14
14
<artifactId >global-open-sdk-java</artifactId >
15
- <version >2.0.53 </version >
15
+ <version >2.0.54 </version >
16
16
</dependency >
17
17
```
18
18
Original file line number Diff line number Diff line change 4
4
<groupId >com.alipay.global.sdk</groupId >
5
5
<artifactId >global-open-sdk-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >2.0.53 </version >
7
+ <version >2.0.54 </version >
8
8
<name >global-open-sdk-java</name >
9
9
<url >https://github.com/alipay/global-open-sdk-java</url >
10
10
<description >
Original file line number Diff line number Diff line change @@ -66,4 +66,14 @@ public class PaymentResultInfo {
66
66
*/
67
67
private CreditPayPlan creditPayPlan ;
68
68
69
+ private String cardholderName ;
70
+
71
+ private String cardBin ;
72
+
73
+ private String lastFour ;
74
+
75
+ private String expiryMonth ;
76
+
77
+ private String expiryYear ;
78
+
69
79
}
You can’t perform that action at this time.
0 commit comments