public class Ptsv2paymentsProcessingInformationRecurringOptions extends Object
| Constructor | Description |
|---|---|
Ptsv2paymentsProcessingInformationRecurringOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Boolean |
FirstRecurringPayment() |
Flag that indicates whether this transaction is the first in a series of recurring payments.
|
Ptsv2paymentsProcessingInformationRecurringOptions |
firstRecurringPayment(Boolean firstRecurringPayment) |
|
int |
hashCode() |
|
Boolean |
LoanPayment() |
Flag that indicates whether this is a payment towards an existing contractual loan.
|
Ptsv2paymentsProcessingInformationRecurringOptions |
loanPayment(Boolean loanPayment) |
|
void |
setFirstRecurringPayment(Boolean firstRecurringPayment) |
|
void |
setLoanPayment(Boolean loanPayment) |
|
String |
toString() |
public Ptsv2paymentsProcessingInformationRecurringOptions()
public Ptsv2paymentsProcessingInformationRecurringOptions loanPayment(Boolean loanPayment)
public Boolean LoanPayment()
public void setLoanPayment(Boolean loanPayment)
public Ptsv2paymentsProcessingInformationRecurringOptions firstRecurringPayment(Boolean firstRecurringPayment)
public Boolean FirstRecurringPayment()
public void setFirstRecurringPayment(Boolean firstRecurringPayment)
Copyright © 2026. All rights reserved.