com.anet.api
Class ARBPaymentSchedule
java.lang.Object
com.anet.api.ARBPaymentSchedule
public class ARBPaymentSchedule
- extends java.lang.Object
Automated Recurring Billing Payment Schedule
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCHEDULE_DATE_FORMAT
public static java.lang.String SCHEDULE_DATE_FORMAT
- Date template
ARBPaymentSchedule
public ARBPaymentSchedule()
- Constructor
getIntervalLength
public int getIntervalLength()
- Returns:
- the intervalLength
setIntervalLength
public void setIntervalLength(int intervalLength)
- Parameters:
intervalLength
- the intervalLength to set
getSubscriptionUnit
public java.lang.String getSubscriptionUnit()
- Returns:
- the subscriptionUnit
setSubscriptionUnit
public void setSubscriptionUnit(java.lang.String subscriptionUnit)
- Parameters:
subscriptionUnit
- the subscriptionUnit to set
getStartDate
public java.util.Date getStartDate()
- Returns:
- the startDate
setStartDate
public void setStartDate(java.util.Date startDate)
- Parameters:
startDate
- the startDate to set
setStartDate
public void setStartDate(java.lang.String startDate)
- Parameters:
startDate
- the startDate to set with a string using the template SCHEDULE_DATE_FORMAT
getTotalOccurrences
public int getTotalOccurrences()
- Returns:
- the totalOccurrences
setTotalOccurrences
public void setTotalOccurrences(int totalOccurrences)
- Parameters:
totalOccurrences
- the totalOccurrences to set
getTrialOccurrences
public int getTrialOccurrences()
- Returns:
- the trialOccurrences
setTrialOccurrences
public void setTrialOccurrences(int trialOccurrences)
- Parameters:
trialOccurrences
- the trialOccurrences to set
Copyright © 2011 DS Data Systems UK Ltd.