Instalment |
Instalment.charges(BigDecimal charges) |
Charges related to a transaction.
|
Instalment |
Instalment.cumulativeAmount(BigDecimal cumulativeAmount) |
Sum of a collection of amounts.
|
Instalment |
Instalment.firstAmount(BigDecimal firstAmount) |
First amount of the payment instalments.
|
Instalment |
Instalment.firstPaymentDate(LocalDate firstPaymentDate) |
First date of a payment.
|
static Instalment |
Instalment.fromJson(String jsonString) |
Create an instance of Instalment given an JSON string
|
Instalment |
PaymentData.getInstalment() |
Get instalment
|
Instalment |
PaymentResult.getInstalment() |
Get instalment
|
Instalment |
Instalment.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
Instalment |
Instalment.instalmentType(InstalmentType instalmentType) |
instalmentType
|
Instalment |
Instalment.period(Integer period) |
Period of time with defined unit of time.
|
Instalment |
Instalment.periodUnit(PeriodUnit periodUnit) |
periodUnit
|
Instalment |
Instalment.planID(String planID) |
Identification of an instalment plan.
|
Instalment |
Instalment.sequenceNumber(Integer sequenceNumber) |
Sequence number of the instalment.
|
Instalment |
Instalment.totalNbOfPayments(Integer totalNbOfPayments) |
Total number of payments.
|