File tree Expand file tree Collapse file tree
mdx-models/src/main/java/com/mx/path/model/mdx/model/managed_cards Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ defaultRules : {}
3+ packageRules :
4+ - package : " com.github.mxenabled.coppuccino:com.github.mxenabled.coppuccino.gradle.plugin"
5+ rules : {}
6+ suppressUntil : " 2026-02-09"
7+ - package : " com.github.mxenabled.vogue:com.github.mxenabled.vogue.gradle.plugin"
8+ rules : {}
9+ suppressUntil : " 2026-02-09"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ public final class ManagedCard extends MdxBase<ManagedCard> {
1212
1313 private String accountId ;
1414 private String accountType ;
15+ private Boolean allowPushNotification ;
1516 private String expirationOnCard ;
1617 private String id ;
1718 private String imageUrl ;
@@ -56,6 +57,14 @@ public void setAccountType(String accountType) {
5657 this .accountType = accountType ;
5758 }
5859
60+ public Boolean getAllowPushNotification () {
61+ return allowPushNotification ;
62+ }
63+
64+ public void setAllowPushNotification (Boolean allowPushNotification ) {
65+ this .allowPushNotification = allowPushNotification ;
66+ }
67+
5968 public String getExpirationOnCard () {
6069 return expirationOnCard ;
6170 }
You can’t perform that action at this time.
0 commit comments