BillingBehavior Enumeration

Defines ways in which NetFORUM will bill a customer for the purchases associated with a given checkout

Definition

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

Members

BillImmediately0 Bill the customer a single time for this transaction, making an initial immediate payment. In iWeb this is known as a "prepaid" transaction.
BillImmediatelyWithInstallmentPayments1 Bill the customer a single time for this transaction, but put their payments on a schedule, which may or may not include an initial immediate payment. In iWeb this is known as a "installment payments" transaction.
BillImmediatelyWithCustomPaymentTerms2 Bill the customer a single time for this transaction, but using custom conditions of payment according to predefined "Billing Terms" defined in NetFORUM. By default, NetFORUM will use the Default Terms of the Business Unit that the purchase is made under. In iWeb, this is known as a 'terms' transaction. In eWeb, this known as a 'Bill Me Later' transaction.
BillInInstallments3 Bill the customer in installments, according to a billing schedule, which may or may not include an initial immediate payment. In iWeb this is known as an "installment" transaction.
BillAsProforma4 Create a proforma invoice for the transaction. This does not yet create a record in accounts receivable, but instead typically declares the association's future intent to provide the cart items at a certain price. In iWeb this is known as a "proforma" transaction.

See Also