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