Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: effectiveOn
Browse files Browse the repository at this point in the history
Neehaarika committed Nov 28, 2023
1 parent 4c8abed commit 6f1fe46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
@Data
public class StopPayment extends MdxBase<StopPayment> {
private Double amount;
private String effectiveDate;
private String effectiveOn;
private String endingCheckNumber;
private Double fee;
private String id;

0 comments on commit 6f1fe46

Please sign in to comment.