@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsProcessingInformationRecurringOptions extends Object
| Constructor and Description |
|---|
V2paymentsProcessingInformationRecurringOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V2paymentsProcessingInformationRecurringOptions |
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() |
V2paymentsProcessingInformationRecurringOptions |
loanPayment(Boolean loanPayment) |
void |
setFirstRecurringPayment(Boolean firstRecurringPayment) |
void |
setLoanPayment(Boolean loanPayment) |
String |
toString() |
public V2paymentsProcessingInformationRecurringOptions()
public V2paymentsProcessingInformationRecurringOptions loanPayment(Boolean loanPayment)
public Boolean getLoanPayment()
public void setLoanPayment(Boolean loanPayment)
public V2paymentsProcessingInformationRecurringOptions firstRecurringPayment(Boolean firstRecurringPayment)
public Boolean getFirstRecurringPayment()
public void setFirstRecurringPayment(Boolean firstRecurringPayment)
Copyright © 2018. All rights reserved.