Skip to content

Commit

Permalink
feat: added hasCardRewards to AccountDetails Features object
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-hurst committed Dec 11, 2024
1 parent f2b3f1a commit 4a86f5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@Data
public class Features extends MdxBase<Features> {
private Boolean hasCardManager;
private Boolean hasCardRewards;
private Boolean hasCheckReorder;
private Boolean hasDirectDepositManagement;
private Boolean hasEditAddress;
Expand Down

0 comments on commit 4a86f5a

Please sign in to comment.