File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
src/main/java/com/alipay/global/api/model/ams Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,14 @@ public void setBuyerEmail(String buyerEmail) {
44
44
this .buyerEmail = buyerEmail ;
45
45
}
46
46
47
+ public Boolean getIsAccountVerified () {
48
+ return isAccountVerified ;
49
+ }
50
+
51
+ public void setIsAccountVerified (Boolean accountVerified ) {
52
+ isAccountVerified = accountVerified ;
53
+ }
54
+
47
55
public String getBuyerRegistrationTime () {
48
56
return buyerRegistrationTime ;
49
57
}
@@ -52,13 +60,6 @@ public void setBuyerRegistrationTime(String buyerRegistrationTime) {
52
60
this .buyerRegistrationTime = buyerRegistrationTime ;
53
61
}
54
62
55
- public Boolean getAccountVerified () {
56
- return isAccountVerified ;
57
- }
58
-
59
- public void setAccountVerified (Boolean accountVerified ) {
60
- isAccountVerified = accountVerified ;
61
- }
62
63
63
64
public Integer getSuccessfulOrderCount () {
64
65
return successfulOrderCount ;
You can’t perform that action at this time.
0 commit comments