net.authorize.data.arb
Class PaymentSchedule

java.lang.Object
  extended by net.authorize.data.arb.PaymentSchedule
All Implemented Interfaces:
Serializable

public class PaymentSchedule
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String SCHEDULE_DATE_FORMAT
           
 
Constructor Summary
protected PaymentSchedule()
           
 
Method Summary
static PaymentSchedule createPaymentSchedule()
           
 int getIntervaLength()
           
 Date getStartDate()
           
 SubscriptionUnitType getSubscriptionUnit()
           
 int getTotalOccurrences()
           
 int getTrialOccurrences()
           
 void setIntervalLength(int interval_length)
           
 void setStartDate(Date date)
           
 void setStartDate(String start_date)
           
 void setSubscriptionUnit(SubscriptionUnitType subscription_unit)
           
 void setTotalOccurrences(int total_occurrences)
           
 void setTrialOccurrences(int trial_occurrences)
           
 
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 String SCHEDULE_DATE_FORMAT
Constructor Detail

PaymentSchedule

protected PaymentSchedule()
Method Detail

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.