net.authorize.data.arb
Class PaymentSchedule
java.lang.Object
net.authorize.data.arb.PaymentSchedule
- All Implemented Interfaces:
- Serializable
public class PaymentSchedule
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCHEDULE_DATE_FORMAT
public static String SCHEDULE_DATE_FORMAT
PaymentSchedule
protected PaymentSchedule()
createPaymentSchedule
public static PaymentSchedule createPaymentSchedule()
getIntervaLength
public int getIntervaLength()
setIntervalLength
public void setIntervalLength(int interval_length)
getStartDate
public Date getStartDate()
setStartDate
public void setStartDate(Date date)
setStartDate
public void setStartDate(String start_date)
getSubscriptionUnit
public SubscriptionUnitType getSubscriptionUnit()
setSubscriptionUnit
public void setSubscriptionUnit(SubscriptionUnitType subscription_unit)
getTotalOccurrences
public int getTotalOccurrences()
setTotalOccurrences
public void setTotalOccurrences(int total_occurrences)
getTrialOccurrences
public int getTrialOccurrences()
setTrialOccurrences
public void setTrialOccurrences(int trial_occurrences)
Copyright © 2014. All Rights Reserved.