OverpaymentBehavior Enumeration
Defines ways in which an overpayment should be handled during checkout
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public enum OverpaymentBehavior
Public Enumeration OverpaymentBehavior
public enum class OverpaymentBehavior
NotAllowed | 0 |
Do not allow payments that are greater than the total cost of the shopping cart
|
GiveCredit | 1 |
Give any funds over the total cost of the shopping cart to the purchasing customer as a credit in NetFORUM
|
GiveChange | 2 |
Give any funds over the total cost of the shopping cart back to the purchasing customer as "change due".
Not that this "change due" is not reflected in NetFORUM in any way, but the amount of change due will be
included in the ChangeDue property of the receipt. It is assumed that the end user
is an employee who will give physical change back the customer according to what is listed in the receipt.
|