Click or drag to resize

InstallmentSchedule Class

Represents a billing or payment installment schedule for either the billing of, or payments against, purchases from a given transaction
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingInstallmentSchedule

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class InstallmentSchedule

The InstallmentSchedule type exposes the following members.

Constructors
 NameDescription
Public methodInstallmentScheduleInitializes a new instance of the InstallmentSchedule class
Top
Properties
 NameDescription
Public propertyAutoPaySubsequentInstallments Indicates if NetFORUM should automatically charge the originally provided payment method at the time of each installment. This feature is only supported if the payment method provided to checkout indicates that it supports automatic payments via IsUsableForAutoPay. There are also certain NetFORUM configuration options required in order for this feature to operate properly. See Abila's documentation on automatic recurring payments for more details.
Public propertyFirstInstallmentDate Date on which the first bill or payment will occur. Defaults to today, which results in an initial payment being expected during a checkout using this schedule.
Public propertyInstallmentFrequency The frequency of installments during the schedule.
Public propertyTotalNumberOfInstallments Total number of installments covered by the schedule.
Top
See Also