Installment¶
-
public class
Installment
¶ Data class encapsulating installment related information. Only applicable if the transaction is to be payed across installments.
Methods¶
create¶
-
public static Installment
create
()¶
getFirstPaymentAmount¶
getFirstPaymentDate¶
getInstallmentType¶
-
public InstallmentType
getInstallmentType
()¶ Returns the installment type.
getPlanId¶
getSequence¶
getTotalAmount¶
getTotalNumberPayments¶
setFirstPaymentAmount¶
-
public void
setFirstPaymentAmount
(Decimal firstPaymentAmount)¶ Refer to
getFirstPaymentAmount()
setFirstPaymentDate¶
-
public void
setFirstPaymentDate
(String firstPaymentDate)¶ Refer to
getFirstPaymentDate()
setInstallmentType¶
-
public void
setInstallmentType
(InstallmentType installmentType)¶ Refer to
getInstallmentType()
setPlanId¶
-
public void
setPlanId
(String planId)¶ Refer to
getPlanId()
setSequence¶
-
public void
setSequence
(Integer sequence)¶ Refer to
getSequence()
setTotalAmount¶
-
public void
setTotalAmount
(Decimal totalAmount)¶ Refer to
getTotalAmount()
setTotalNumberPayments¶
-
public void
setTotalNumberPayments
(Integer totalPayments)¶ Refer to
getTotalNumberPayments()