public class BankingCreditCardAccount extends Object
| Constructor and Description |
|---|
BankingCreditCardAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMinPaymentAmount()
The minimum payment amount due for the next card payment
|
String |
getPaymentCurrency()
If absent assumes AUD
|
String |
getPaymentDueAmount()
The amount due for the next card payment
|
java.time.LocalDate |
getPaymentDueDate()
Date that the next payment for the card is due
|
int |
hashCode() |
void |
setMinPaymentAmount(String minPaymentAmount) |
void |
setPaymentCurrency(String paymentCurrency) |
void |
setPaymentDueAmount(String paymentDueAmount) |
void |
setPaymentDueDate(java.time.LocalDate paymentDueDate) |
String |
toString() |
public String getMinPaymentAmount()
public void setMinPaymentAmount(String minPaymentAmount)
public String getPaymentCurrency()
public void setPaymentCurrency(String paymentCurrency)
public String getPaymentDueAmount()
public void setPaymentDueAmount(String paymentDueAmount)
public java.time.LocalDate getPaymentDueDate()
public void setPaymentDueDate(java.time.LocalDate paymentDueDate)
Copyright © 2019. All rights reserved.