public class BankingScheduledPaymentInterval extends Object
| Constructor and Description |
|---|
BankingScheduledPaymentInterval() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDayInInterval()
Uses an interval to define the ordinal day within the interval defined by the interval field on which the payment occurs.
|
String |
getInterval()
An interval for the payment.
|
int |
hashCode() |
void |
setDayInInterval(String dayInInterval) |
void |
setInterval(String interval) |
String |
toString() |
public String getDayInInterval()
public void setDayInInterval(String dayInInterval)
public String getInterval()
public void setInterval(String interval)
Copyright © 2019. All rights reserved.