UnderpaymentBehavior Enumeration

Defines ways in which an underpayment should be handled during checkout

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public enum UnderpaymentBehavior

Members

NotAllowed0 Do not allow payments for less than what netFORUM considers the "Balance Due Today".
ApplyAsPartialPayment1 Apply the payment to the order/invoice as a partial payment, leaving the order/invoice with a remaining balance due

See Also