Click or drag to resize

OverpaymentBehavior Enumeration

Defines ways in which an overpayment should be handled during checkout

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public enum OverpaymentBehavior
Members
Member nameValueDescription
NotAllowed0 Do not allow payments that are greater than the total cost of the shopping cart
GiveCredit1 Give any funds over the total cost of the shopping cart to the purchasing customer as a credit in NetFORUM
GiveChange2 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.
See Also