public class ScheduleOption extends Object
| Constructor and Description |
|---|
ScheduleOption() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleOption |
amount(BigDecimal amount) |
ScheduleOption |
installments(Integer installments) |
void |
setAmount(BigDecimal amount) |
void |
setInstallments(Integer installments) |
String |
toString() |
public void setAmount(BigDecimal amount)
public ScheduleOption amount(BigDecimal amount)
amount - Amount per one payment.public void setInstallments(Integer installments)
public ScheduleOption installments(Integer installments)
installments - Number of payments, can be 3-12.Copyright © 2020. All rights reserved.