E-Payment Integrator 2020 Android Edition

Questions / Feedback?

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.

Default Value

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Android Edition - Version 20.0 [Build 7941]