File tree Expand file tree Collapse file tree 2 files changed +3
-24
lines changed
src/main/java/com/alipay/global/api/model/ams Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ public class CardPaymentMethodDetail {
35
35
36
36
private String avsResultRaw ;
37
37
38
+ private String cvvResultRaw ;
39
+
38
40
private String bin ;
39
41
40
42
private String issuerName ;
Original file line number Diff line number Diff line change 6
6
import lombok .NoArgsConstructor ;
7
7
8
8
@ Data
9
- @ Builder
10
- @ NoArgsConstructor
11
9
@ AllArgsConstructor
12
10
public class VaultingCard extends CardPaymentMethodDetail {
13
- private String cardToken ;
14
11
15
- private String lastFour ;
16
12
17
- private String brand ;
18
13
19
- private String expiryMonth ;
20
-
21
- private String expiryYear ;
22
-
23
- private Address billingAddress ;
24
-
25
- private String avsResultRaw ;
26
-
27
- private String cvvResultRaw ;
28
-
29
- private String issuingCountry ;
30
-
31
- private String funding ;
32
-
33
- private String bin ;
34
-
35
- private String issuerName ;
36
-
37
- }
14
+ }
You can’t perform that action at this time.
0 commit comments