public class SimulatedPayment extends Object
| Constructor | Description |
|---|---|
SimulatedPayment() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmount() |
|
String |
getCurrency() |
|
org.joda.time.LocalDate |
getDueDate() |
|
Boolean |
getIsLastPayment() |
|
Boolean |
getIsPaid() |
|
org.threeten.bp.ZoneId |
getZoneId() |
public org.joda.time.LocalDate getDueDate()
public org.threeten.bp.ZoneId getZoneId()
public BigInteger getAmount()
public String getCurrency()
public Boolean getIsPaid()
public Boolean getIsLastPayment()
Copyright © 2018 The Apache Software Foundation. All rights reserved.