com.anet.api
Class ARBPaymentSchedule

java.lang.Object
  extended by com.anet.api.ARBPaymentSchedule

public class ARBPaymentSchedule
extends java.lang.Object

Automated Recurring Billing Payment Schedule


Field Summary
static java.lang.String SCHEDULE_DATE_FORMAT
          Date template
 
Constructor Summary
ARBPaymentSchedule()
          Constructor
 
Method Summary
 int getIntervalLength()
           
 java.util.Date getStartDate()
           
 java.lang.String getSubscriptionUnit()
           
 int getTotalOccurrences()
           
 int getTrialOccurrences()
           
 void setIntervalLength(int intervalLength)
           
 void setStartDate(java.util.Date startDate)
           
 void setStartDate(java.lang.String startDate)
           
 void setSubscriptionUnit(java.lang.String subscriptionUnit)
           
 void setTotalOccurrences(int totalOccurrences)
           
 void setTrialOccurrences(int trialOccurrences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEDULE_DATE_FORMAT

public static java.lang.String SCHEDULE_DATE_FORMAT
Date template

Constructor Detail

ARBPaymentSchedule

public ARBPaymentSchedule()
Constructor

Method Detail

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.