@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsInstallmentInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsInstallmentInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsInstallmentInformation |
amount(String amount) |
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 |
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 |
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.
|
Ptsv2paymentsInstallmentInformation |
gracePeriodDuration(String gracePeriodDuration) |
Ptsv2paymentsInstallmentInformation |
gracePeriodDurationType(String gracePeriodDurationType) |
int |
hashCode() |
Ptsv2paymentsInstallmentInformation |
invoiceData(String invoiceData) |
Ptsv2paymentsInstallmentInformation |
paymentType(String paymentType) |
Ptsv2paymentsInstallmentInformation |
planType(String planType) |
Ptsv2paymentsInstallmentInformation |
sequence(Integer sequence) |
void |
setAmount(String amount) |
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 |
setInvoiceData(String invoiceData) |
void |
setPaymentType(String paymentType) |
void |
setPlanType(String planType) |
void |
setSequence(Integer sequence) |
void |
setTotalAmount(String totalAmount) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
Ptsv2paymentsInstallmentInformation |
totalAmount(String totalAmount) |
Ptsv2paymentsInstallmentInformation |
totalCount(Integer totalCount) |
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)
Copyright © 2020. All rights reserved.