public interface PaymentScheduleIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
java.util.Calendar |
getDateAdded() |
int |
getDayOfMonth()
Some payment gateways allow you to define the day of the month used for monthly billing.
|
java.lang.String |
getDescription()
An optional description of the schedule
|
int |
getId() |
java.lang.String |
getName()
Name of the schedule so that it can be identified
|
int |
getNumPayments()
Number of billing occurrences or payments for the subscription.
|
int |
getNumTrialPayments()
Number of billing occurrences or payments in the trial period.
|
int |
getTimeLength()
Defines the length of time between payments.
|
int |
getTimeUnit()
The unit of measurement used to determine the time between payments.
|
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setCustom5(java.lang.String custom5) |
void |
setDateAdded(java.util.Calendar dateAdded) |
void |
setDayOfMonth(int dayOfMonth)
Some payment gateways allow you to define the day of the month used for monthly billing.
|
void |
setDescription(java.lang.String description)
An optional description of the schedule
|
void |
setId(int id) |
void |
setName(java.lang.String name)
Name of the schedule so that it can be identified
|
void |
setNumPayments(int numPayments)
Number of billing occurrences or payments for the subscription.
|
void |
setNumTrialPayments(int numTrialPayments)
Number of billing occurrences or payments in the trial period.
|
void |
setTimeLength(int timeLength)
Defines the length of time between payments.
|
void |
setTimeUnit(int timeUnit)
The unit of measurement used to determine the time between payments.
|
int getId()
void setId(int id)
id
- the id to setint getTimeUnit()
void setTimeUnit(int timeUnit)
timeUnit
- the timeUnit to setint getTimeLength()
void setTimeLength(int timeLength)
timeLength
- the timeLength to setint getDayOfMonth()
void setDayOfMonth(int dayOfMonth)
dayOfMonth
- the dayOfMonth to setint getNumPayments()
void setNumPayments(int numPayments)
numPayments
- the numPayments to setint getNumTrialPayments()
void setNumTrialPayments(int numTrialPayments)
numTrialPayments
- the numTrialPayments to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setjava.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setjava.lang.String getCustom5()
void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setjava.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- the dateAdded to setjava.lang.String getName()
void setName(java.lang.String name)
name
- the name to setjava.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description to setCopyright © 2018 DS Data Systems UK Ltd.