public class Ptsv2paymentsInstallmentInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsInstallmentInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsInstallmentInformation |
amount(String amount) |
Ptsv2paymentsInstallmentInformation |
annualInterestRate(String annualInterestRate) |
Ptsv2paymentsInstallmentInformation |
eligibilityInquiry(String eligibilityInquiry) |
boolean |
equals(Object o) |
Ptsv2paymentsInstallmentInformation |
firstInstallmentAmount(String firstInstallmentAmount) |
Ptsv2paymentsInstallmentInformation |
firstInstallmentDate(String firstInstallmentDate) |
Ptsv2paymentsInstallmentInformation |
frequency(String frequency) |
String |
getAmount()
Amount for the current installment payment.
|
String |
getAnnualInterestRate()
Annual interest rate.
|
String |
getEligibilityInquiry()
Indicates whether the authorization request is a Crediario eligibility inquiry.
|
String |
getFirstInstallmentAmount()
Amount of the first installment payment.
|
String |
getFirstInstallmentDate()
Date of the first installment payment.
|
String |
getFrequency()
Frequency of the installment payments.
|
String |
getGracePeriodDuration()
Grace period requested by the customer before the first installment payment is due.
|
String |
getGracePeriodDurationType()
Unit for the requested grace period duration.
|
String |
getIdentifier()
Standing Instruction/Installment identifier.
|
String |
getInterestIndicator()
Indicates if the installment plan has interest.
|
String |
getInvoiceData()
Invoice information that you want to provide to the issuer.
|
String |
getPaymentType()
Payment plan for the installments.
|
String |
getPlanType()
#### American Express Direct, Cielo, and CyberSource Latin American Processing Flag that indicates the type of funding for the installment plan associated with the payment.
|
Integer |
getSequence()
Installment number when making payments in installments.
|
String |
getTotalAmount()
Total amount of the loan that is being paid in installments.
|
Integer |
getTotalCount()
Total number of installments when making payments in installments.
|
String |
getValidationIndicator()
Standing Instruction/Installment validation indicator.
|
Ptsv2paymentsInstallmentInformation |
gracePeriodDuration(String gracePeriodDuration) |
Ptsv2paymentsInstallmentInformation |
gracePeriodDurationType(String gracePeriodDurationType) |
int |
hashCode() |
Ptsv2paymentsInstallmentInformation |
identifier(String identifier) |
Ptsv2paymentsInstallmentInformation |
interestIndicator(String interestIndicator) |
Ptsv2paymentsInstallmentInformation |
invoiceData(String invoiceData) |
Boolean |
IsGovernmentPlan()
Indicates if an installment plan is a government sponsored or part of a government program.
|
Ptsv2paymentsInstallmentInformation |
isGovernmentPlan(Boolean isGovernmentPlan) |
Ptsv2paymentsInstallmentInformation |
paymentType(String paymentType) |
Ptsv2paymentsInstallmentInformation |
planType(String planType) |
Ptsv2paymentsInstallmentInformation |
sequence(Integer sequence) |
void |
setAmount(String amount) |
void |
setAnnualInterestRate(String annualInterestRate) |
void |
setEligibilityInquiry(String eligibilityInquiry) |
void |
setFirstInstallmentAmount(String firstInstallmentAmount) |
void |
setFirstInstallmentDate(String firstInstallmentDate) |
void |
setFrequency(String frequency) |
void |
setGracePeriodDuration(String gracePeriodDuration) |
void |
setGracePeriodDurationType(String gracePeriodDurationType) |
void |
setIdentifier(String identifier) |
void |
setInterestIndicator(String interestIndicator) |
void |
setInvoiceData(String invoiceData) |
void |
setIsGovernmentPlan(Boolean isGovernmentPlan) |
void |
setPaymentType(String paymentType) |
void |
setPlanType(String planType) |
void |
setSequence(Integer sequence) |
void |
setTotalAmount(String totalAmount) |
void |
setTotalCount(Integer totalCount) |
void |
setValidationIndicator(String validationIndicator) |
String |
toString() |
Ptsv2paymentsInstallmentInformation |
totalAmount(String totalAmount) |
Ptsv2paymentsInstallmentInformation |
totalCount(Integer totalCount) |
Ptsv2paymentsInstallmentInformation |
validationIndicator(String validationIndicator) |
public Ptsv2paymentsInstallmentInformation amount(String amount)
public String getAmount()
public void setAmount(String amount)
public Ptsv2paymentsInstallmentInformation frequency(String frequency)
public String getFrequency()
public void setFrequency(String frequency)
public Ptsv2paymentsInstallmentInformation planType(String planType)
public String getPlanType()
public void setPlanType(String planType)
public Ptsv2paymentsInstallmentInformation sequence(Integer sequence)
public Integer getSequence()
public void setSequence(Integer sequence)
public Ptsv2paymentsInstallmentInformation totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public Ptsv2paymentsInstallmentInformation totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public Ptsv2paymentsInstallmentInformation firstInstallmentDate(String firstInstallmentDate)
public String getFirstInstallmentDate()
public void setFirstInstallmentDate(String firstInstallmentDate)
public Ptsv2paymentsInstallmentInformation invoiceData(String invoiceData)
public String getInvoiceData()
public void setInvoiceData(String invoiceData)
public Ptsv2paymentsInstallmentInformation paymentType(String paymentType)
public String getPaymentType()
public void setPaymentType(String paymentType)
public Ptsv2paymentsInstallmentInformation eligibilityInquiry(String eligibilityInquiry)
public String getEligibilityInquiry()
public void setEligibilityInquiry(String eligibilityInquiry)
public Ptsv2paymentsInstallmentInformation gracePeriodDuration(String gracePeriodDuration)
public String getGracePeriodDuration()
public void setGracePeriodDuration(String gracePeriodDuration)
public Ptsv2paymentsInstallmentInformation gracePeriodDurationType(String gracePeriodDurationType)
public String getGracePeriodDurationType()
public void setGracePeriodDurationType(String gracePeriodDurationType)
public Ptsv2paymentsInstallmentInformation firstInstallmentAmount(String firstInstallmentAmount)
public String getFirstInstallmentAmount()
public void setFirstInstallmentAmount(String firstInstallmentAmount)
public Ptsv2paymentsInstallmentInformation validationIndicator(String validationIndicator)
public String getValidationIndicator()
public void setValidationIndicator(String validationIndicator)
public Ptsv2paymentsInstallmentInformation identifier(String identifier)
public String getIdentifier()
public void setIdentifier(String identifier)
public Ptsv2paymentsInstallmentInformation annualInterestRate(String annualInterestRate)
public String getAnnualInterestRate()
public void setAnnualInterestRate(String annualInterestRate)
public Ptsv2paymentsInstallmentInformation interestIndicator(String interestIndicator)
public String getInterestIndicator()
public void setInterestIndicator(String interestIndicator)
public Ptsv2paymentsInstallmentInformation isGovernmentPlan(Boolean isGovernmentPlan)
public Boolean IsGovernmentPlan()
public void setIsGovernmentPlan(Boolean isGovernmentPlan)
Copyright © 2026. All rights reserved.