InstallmentScheduleFirstInstallmentDate Property

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.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public DateTime FirstInstallmentDate { get; set; }

Property Value

DateTime

Remarks

This property can be a real problem if the Ignition code runs under a different timezone than the netFORUM server. For example, if we're past 10pm PT, that's likely "tomorrow" in ET.

See Also