@@ -31,10 +31,6 @@ public class Account extends MdxBase<Account> {
3131 private BigDecimal creditLimit ;
3232 @ XmlElement (name = "currency_code" )
3333 private String currencyCode ;
34- @ XmlElement (name = "daily_deposit_limit_current" )
35- private Double dailyDepositLimitCurrent ;
36- @ XmlElement (name = "daily_deposit_limit_total" )
37- private Double dailyDepositLimitTotal ;
3834 @ XmlElement (name = "day_payment_is_due" )
3935 private LocalDate dayPaymentIsDue ;
4036 @ XmlElement (name = "guid" )
@@ -45,10 +41,6 @@ public class Account extends MdxBase<Account> {
4541 private BigDecimal holdTotal ;
4642 @ XmlElement (name = "id" )
4743 private String id ;
48- @ XmlElement (name = "interest_paid_previous_year" )
49- private Double interestPaidPreviousYear ;
50- @ XmlElement (name = "interest_paid_ytd" )
51- private Double interestPaidYtd ;
5244 @ XmlElement (name = "interest_rate" )
5345 private Double interestRate ;
5446 @ XmlElement (name = "is_closed" )
@@ -61,10 +53,6 @@ public class Account extends MdxBase<Account> {
6153 private Long lastPaymentAt ;
6254 @ XmlElement (name = "last_payment_on" )
6355 private LocalDate lastPaymentOn ;
64- @ XmlElement (name = "monthly_deposit_limit_current" )
65- private Double monthlyDepositLimitCurrent ;
66- @ XmlElement (name = "monthly_deposit_limit_total" )
67- private Double monthlyDepositLimitTotal ;
6856 @ XmlElement (name = "matures_at" )
6957 private Long maturesAt ;
7058 @ XmlElement (name = "matures_on" )
@@ -85,8 +73,6 @@ public class Account extends MdxBase<Account> {
8573 private String name ;
8674 @ XmlElement (name = "nickname" )
8775 private String nickname ;
88- @ XmlElement (name = "next_payment" )
89- private Double nextPayment ;
9076 @ XmlElement (name = "original_balance" )
9177 private BigDecimal originalBalance ;
9278 @ XmlElement (name = "past_due_amount" )
@@ -103,8 +89,6 @@ public class Account extends MdxBase<Account> {
10389 private BigDecimal pendingBalance ;
10490 @ XmlElement (name = "pending_transactions_total" )
10591 private BigDecimal pendingTransactionsTotal ;
106- @ XmlElement (name = "principal_balance" )
107- private Double principalBalance ;
10892 @ XmlElement (name = "routing_number" )
10993 private String routingNumber ;
11094 @ Deprecated
@@ -118,8 +102,6 @@ public class Account extends MdxBase<Account> {
118102 private BigDecimal statementBalance ;
119103 @ XmlElement (name = "statement_closed_on" )
120104 private LocalDate statementClosedOn ;
121- @ XmlElement (name = "statement_late_charges" )
122- private Double statementLateCharges ;
123105 @ XmlElement (name = "subtype" )
124106 private String subtype ;
125107 @ XmlElement (name = "type" )
@@ -227,22 +209,6 @@ public final void setCurrencyCode(String newCurrencyCode) {
227209 this .currencyCode = newCurrencyCode ;
228210 }
229211
230- public final Double getDailyDepositLimitCurrent () {
231- return dailyDepositLimitCurrent ;
232- }
233-
234- public final void setDailyDepositLimitCurrent (Double dailyDepositLimitCurrent ) {
235- this .dailyDepositLimitCurrent = dailyDepositLimitCurrent ;
236- }
237-
238- public final Double getDailyDepositLimitTotal () {
239- return dailyDepositLimitTotal ;
240- }
241-
242- public final void setDailyDepositLimitTotal (Double dailyDepositLimitTotal ) {
243- this .dailyDepositLimitTotal = dailyDepositLimitTotal ;
244- }
245-
246212 public final LocalDate getDayPaymentIsDue () {
247213 return dayPaymentIsDue ;
248214 }
@@ -283,22 +249,6 @@ public final void setId(String newId) {
283249 this .id = newId ;
284250 }
285251
286- public final Double getInterestPaidPreviousYear () {
287- return interestPaidPreviousYear ;
288- }
289-
290- public final void setInterestPaidPreviousYear (Double interestPaidPreviousYear ) {
291- this .interestPaidPreviousYear = interestPaidPreviousYear ;
292- }
293-
294- public final Double getInterestPaidYtd () {
295- return interestPaidYtd ;
296- }
297-
298- public final void setInterestPaidYtd (Double interestPaidYtd ) {
299- this .interestPaidYtd = interestPaidYtd ;
300- }
301-
302252 public final Double getInterestRate () {
303253 return interestRate ;
304254 }
@@ -347,22 +297,6 @@ public final void setLastPaymentOn(LocalDate newLastPaymentOn) {
347297 this .lastPaymentOn = newLastPaymentOn ;
348298 }
349299
350- public final Double getMonthlyDepositLimitCurrent () {
351- return monthlyDepositLimitCurrent ;
352- }
353-
354- public final void setMonthlyDepositLimitCurrent (Double monthlyDepositLimitCurrent ) {
355- this .monthlyDepositLimitCurrent = monthlyDepositLimitCurrent ;
356- }
357-
358- public final Double getMonthlyDepositLimitTotal () {
359- return monthlyDepositLimitTotal ;
360- }
361-
362- public final void setMonthlyDepositLimitTotal (Double monthlyDepositLimitTotal ) {
363- this .monthlyDepositLimitTotal = monthlyDepositLimitTotal ;
364- }
365-
366300 public final Long getMaturesAt () {
367301 return maturesAt ;
368302 }
@@ -443,14 +377,6 @@ public final void setNickname(String newNickname) {
443377 this .nickname = newNickname ;
444378 }
445379
446- public final Double getNextPayment () {
447- return nextPayment ;
448- }
449-
450- public final void setNextPayment (Double nextPayment ) {
451- this .nextPayment = nextPayment ;
452- }
453-
454380 public final BigDecimal getOriginalBalance () {
455381 return originalBalance ;
456382 }
@@ -515,14 +441,6 @@ public final void setPendingTransactionsTotal(BigDecimal pendingTransactionsTota
515441 this .pendingTransactionsTotal = pendingTransactionsTotal ;
516442 }
517443
518- public final Double getPrincipalBalance () {
519- return principalBalance ;
520- }
521-
522- public final void setPrincipalBalance (Double principalBalance ) {
523- this .principalBalance = principalBalance ;
524- }
525-
526444 public final String getRoutingNumber () {
527445 return routingNumber ;
528446 }
@@ -571,14 +489,6 @@ public final void setStatementClosedOn(LocalDate newStatementClosedOn) {
571489 this .statementClosedOn = newStatementClosedOn ;
572490 }
573491
574- public final Double getStatementLateCharges () {
575- return statementLateCharges ;
576- }
577-
578- public final void setStatementLateCharges (Double statementLateCharges ) {
579- this .statementLateCharges = statementLateCharges ;
580- }
581-
582492 public final String getSubtype () {
583493 return subtype ;
584494 }
0 commit comments