Click or drag to resize

UnderpaymentBehavior Enumeration

Defines ways in which an underpayment should be handled during checkout

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public enum UnderpaymentBehavior
Members
Member nameValueDescription
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