Skip to content

Commit

Permalink
fix: this is still needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-hurst committed Oct 9, 2024
1 parent 588b076 commit 181963e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.mx.path.model.mdx.model.account;

import java.time.LocalDate;

import lombok.Data;
import lombok.EqualsAndHashCode;

Expand All @@ -9,6 +11,7 @@
@Data
public class StopPayment extends MdxBase<StopPayment> {
private Double amount;
private LocalDate effectiveOn;
private String endingCheckNumber;
private Double fee;
private String id;
Expand Down

0 comments on commit 181963e

Please sign in to comment.