Skip to content

Commit dc0eb4c

Browse files
author
Jan van Esdonk
committed
Merge remote-tracking branch 'origin/sdk98_delete_next_execution_date'
2 parents 08402a3 + 62ca306 commit dc0eb4c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/main/java/me/figo/models/StandingOrder.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ public class StandingOrder {
103103
@Expose(serialize = false)
104104
private Integer execution_day;
105105

106-
/**
107-
* Next Execution Date
108-
*/
109-
@Expose(serialize = false)
110-
private Date next_execution_date;
111-
112106
/**
113107
* Execution interval
114108
*/
@@ -208,13 +202,6 @@ public Integer getExecutionDay() {
208202
return execution_day;
209203
}
210204

211-
/**
212-
* @return next Date the standing order gets executed
213-
*/
214-
public Date getNextExecutionDate() {
215-
return next_execution_date;
216-
}
217-
218205
/**
219206
* @return the monthly interval the standing order is executed
220207
*
@@ -267,10 +254,6 @@ public void setExecutionDay(Integer execution_day) {
267254
this.execution_day = execution_day;
268255
}
269256

270-
public void setNextExecutionDate(Date next_execution_date) {
271-
this.next_execution_date = next_execution_date;
272-
}
273-
274257
public void setInterval(StandingOrderIntervalType interval) {
275258
this.interval = interval;
276259
}

0 commit comments

Comments
 (0)