Skip to content
Snippets Groups Projects
Commit be58fa2a authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

enh: BMA WotRequirements: fetch 'membershipPendingExpiresIn' and 'membershipExpiresIn' properties

parent 8e9b4bd1
No related branches found
No related tags found
No related merge requests found
Pipeline #33302 failed
...@@ -46,6 +46,10 @@ public class WotRequirements implements Serializable { ...@@ -46,6 +46,10 @@ public class WotRequirements implements Serializable {
private Boolean isSentry; private Boolean isSentry;
private Boolean wasMember; private Boolean wasMember;
private Long membershipPendingExpiresIn;
private Long membershipExpiresIn;
private Certification[] certifications; private Certification[] certifications;
@Data @Data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment