PaymentSchedule Property
This property is used to specify the payment schedule for a recurring billing.
Syntax
public EPPaymentSchedule getPaymentSchedule(); public void setPaymentSchedule(EPPaymentSchedule paymentSchedule);
Remarks
This property must be set to an instance of the EPPaymentSchedule type, which will contain information that specifies the payment schedule for the recurring billing transaction. See the EPPaymentSchedule type for more information.
The EPPaymentSchedule type contains the following fields:
EndDate | The date in which the recurring payments will stop processing. |
FrequencyUnit | The unit to be used in the frequency of the payments. |
Frequency | The frequency in which the payments will be processed. |
InitialAmount | The initial amount to be charged (such as a trial period or setup fee). |
RecurAmount | The amount to be charged on a recurring basis. |
StartDate | The date in which the recurring payments will start processing. |
TotalPayments | The total number of payments. |
TrialPayments | The total number of trial payments. |
This property is not available at design time.