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