SimpleModel<ScheduledPaymentId>public class ScheduledPayment extends GoPayResponse implements SimpleModel<ScheduledPaymentId>
| Constructor | Description |
|---|---|
ScheduledPayment() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmount() |
|
BigDecimal |
getAmountFormatted() |
|
Date |
getCreatedOn() |
|
String |
getCurrency() |
|
org.joda.time.LocalDate |
getDueDate() |
|
ScheduledPaymentId |
getId() |
|
Boolean |
getIsLastPayment() |
|
Boolean |
getIsPaid() |
|
Boolean |
getLastPayment() |
|
Boolean |
getPaid() |
|
Date |
getUpdatedOn() |
|
org.threeten.bp.ZoneId |
getZoneId() |
getIdempotencyStatus, setIdempotencyStatuspublic ScheduledPaymentId getId()
getId in interface SimpleModel<ScheduledPaymentId>public org.joda.time.LocalDate getDueDate()
public org.threeten.bp.ZoneId getZoneId()
public BigInteger getAmount()
public String getCurrency()
public BigDecimal getAmountFormatted()
public Boolean getIsPaid()
public Boolean getIsLastPayment()
public Date getCreatedOn()
public Date getUpdatedOn()
public Boolean getPaid()
public Boolean getLastPayment()
Copyright © 2018 The Apache Software Foundation. All rights reserved.