public class Installments extends Object
Constructor and Description |
---|
Installments() |
Modifier and Type | Method and Description |
---|---|
AmountOfMoney |
getAmountOfMoneyPerInstallment()
The amount that will be paid per installment.
|
AmountOfMoney |
getAmountOfMoneyTotal()
Object containing the total amount and ISO currency code attributes
|
String |
getFrequencyOfInstallments()
The frequency in which the installments will be collected from the customer.
|
Integer |
getInstallmentPlanCode()
The code for the installment plan.
|
String |
getInterestRate()
The interest rate paid for installments expressed in percentage.
|
Long |
getNumberOfInstallments()
The number of installments in which this transaction will be paid, which can be used for card payments at supported acquirers, or with specific payment products.
|
void |
setAmountOfMoneyPerInstallment(AmountOfMoney value)
The amount that will be paid per installment.
|
void |
setAmountOfMoneyTotal(AmountOfMoney value)
Object containing the total amount and ISO currency code attributes
|
void |
setFrequencyOfInstallments(String value)
The frequency in which the installments will be collected from the customer.
|
void |
setInstallmentPlanCode(Integer value)
The code for the installment plan.
|
void |
setInterestRate(String value)
The interest rate paid for installments expressed in percentage.
|
void |
setNumberOfInstallments(Long value)
The number of installments in which this transaction will be paid, which can be used for card payments at supported acquirers, or with specific payment products.
|
public AmountOfMoney getAmountOfMoneyPerInstallment()
public void setAmountOfMoneyPerInstallment(AmountOfMoney value)
public AmountOfMoney getAmountOfMoneyTotal()
public void setAmountOfMoneyTotal(AmountOfMoney value)
public String getFrequencyOfInstallments()
public void setFrequencyOfInstallments(String value)
public Integer getInstallmentPlanCode()
public void setInstallmentPlanCode(Integer value)
public String getInterestRate()
public void setInterestRate(String value)
public Long getNumberOfInstallments()
public void setNumberOfInstallments(Long value)
Copyright © 2024 Worldline Global Collect. All rights reserved.