BillingBehavior Enumeration
Defines ways in which NetFORUM will bill a customer for the purchases associated with a given checkout
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public enum BillingBehavior
Public Enumeration BillingBehavior
public enum class BillingBehavior
BillImmediately | 0 |
Bill the customer a single time for this transaction, making an initial immediate payment.
In iWeb this is known as a "prepaid" transaction.
|
BillImmediatelyWithInstallmentPayments | 1 |
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.
|
BillImmediatelyWithCustomPaymentTerms | 2 |
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.
|
BillInInstallments | 3 |
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.
|
BillAsProforma | 4 |
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.
|