InstallmentScheduleAutoPaySubsequentInstallments Property
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.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool AutoPaySubsequentInstallments { get; set; }
Public Property AutoPaySubsequentInstallments As Boolean
Get
Set
public:
property bool AutoPaySubsequentInstallments {
bool get ();
void set (bool value);
}
member AutoPaySubsequentInstallments : bool with get, set
Property Value
Boolean