UnderpaymentBehavior Enumeration
Defines ways in which an underpayment should be handled during checkout
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public enum UnderpaymentBehavior
Public Enumeration UnderpaymentBehavior
public enum class UnderpaymentBehavior
type UnderpaymentBehavior
NotAllowed | 0 |
Do not allow payments for less than what netFORUM considers the "Balance Due Today".
|
ApplyAsPartialPayment | 1 |
Apply the payment to the order/invoice as a partial payment, leaving the order/invoice with a remaining balance due
|