@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsProcessingInformationRecurringOptions extends Object
| Constructor and Description |
|---|
Ptsv2paymentsProcessingInformationRecurringOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Ptsv2paymentsProcessingInformationRecurringOptions |
firstRecurringPayment(Boolean firstRecurringPayment) |
Boolean |
getFirstRecurringPayment()
Flag that indicates whether this transaction is the first in a series of recurring payments.
|
Boolean |
getLoanPayment()
Flag that indicates whether this is a payment towards an existing contractual loan.
|
int |
hashCode() |
Ptsv2paymentsProcessingInformationRecurringOptions |
loanPayment(Boolean loanPayment) |
void |
setFirstRecurringPayment(Boolean firstRecurringPayment) |
void |
setLoanPayment(Boolean loanPayment) |
String |
toString() |
public Ptsv2paymentsProcessingInformationRecurringOptions()
public Ptsv2paymentsProcessingInformationRecurringOptions loanPayment(Boolean loanPayment)
public Boolean getLoanPayment()
public void setLoanPayment(Boolean loanPayment)
public Ptsv2paymentsProcessingInformationRecurringOptions firstRecurringPayment(Boolean firstRecurringPayment)
public Boolean getFirstRecurringPayment()
public void setFirstRecurringPayment(Boolean firstRecurringPayment)
Copyright © 2020. All rights reserved.