@Deprecated
public class PaymentSchedule
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SCHEDULE_DATE_FORMAT
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PaymentSchedule()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PaymentSchedule |
createPaymentSchedule()
Deprecated.
|
int |
getIntervaLength()
Deprecated.
|
java.util.Date |
getStartDate()
Deprecated.
|
SubscriptionUnitType |
getSubscriptionUnit()
Deprecated.
|
int |
getTotalOccurrences()
Deprecated.
|
int |
getTrialOccurrences()
Deprecated.
|
void |
setIntervalLength(int interval_length)
Deprecated.
|
void |
setStartDate(java.util.Date date)
Deprecated.
|
void |
setStartDate(java.lang.String start_date)
Deprecated.
|
void |
setSubscriptionUnit(SubscriptionUnitType subscription_unit)
Deprecated.
|
void |
setTotalOccurrences(int total_occurrences)
Deprecated.
|
void |
setTrialOccurrences(int trial_occurrences)
Deprecated.
|
public static PaymentSchedule createPaymentSchedule()
public int getIntervaLength()
public void setIntervalLength(int interval_length)
public java.util.Date getStartDate()
public void setStartDate(java.util.Date date)
public void setStartDate(java.lang.String start_date)
public SubscriptionUnitType getSubscriptionUnit()
public void setSubscriptionUnit(SubscriptionUnitType subscription_unit)
public int getTotalOccurrences()
public void setTotalOccurrences(int total_occurrences)
public int getTrialOccurrences()
public void setTrialOccurrences(int trial_occurrences)
Copyright © 2018. All Rights Reserved.