Click or drag to resize

CheckoutOptions Class

Represents possible options that can be used to customize the checkout process
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingCheckoutOptions

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class CheckoutOptions

The CheckoutOptions type exposes the following members.

Constructors
 NameDescription
Public methodCheckoutOptionsInitializes a new instance of the CheckoutOptions class
Top
Properties
 NameDescription
Public propertyBillingBehavior How NetFORUM should go about billing the customer for their purchase
Public propertyConfirmationEmailBccAddressesObsolete.
A comma or semicolon-delimited list of email addresses that will be BCC'ed on the NetFORUM confirmation email, if one is sent. Note that this will replace any BCC addresses already defined on the correspondence template.
Public propertyConfirmationEmailOverrides Settings to override default behaviors surrounding to netFORUM's checkout confirmation email
Public propertyCustomBatchId The Id of a specific pre-existing batch to use for this transaction.
Public propertyCustomBatchName A "base" batch name for this transaction, which netFORUM will modify with prefixes and suffixed. If no value is provided, NetFORUM will determine the value to use (typically "WEB"). If a value is provided, but the payment method used for checkout has an apm_suffix defined, netFORUM will use that instead.
Public propertyExternalNotes External notes to be added to the order or invoice created as a result of the checkout process
Public propertyInstallmentSchedule The billing or payment schedule, used only when BillingBehavior is of a type that involves a schedule; otherwise, should be left null.
Public propertyInternalNotes Internal notes to be added to the order or invoice created as a result of the checkout process
Public propertyOverpaymentBehavior Determines how to handle payments that are greater than the total cost of the shopping cart
Public propertyPurchaseOrderNumber A purchase order number to be associated with this transaction
Public propertySaveCreditCard Determines if NetFORUM should save the credit card used in this checkout for future use
Public propertySkipShippingMethodValidation Skips checks to validate that the cart's shipping method is set (or not set) correctly.
Public propertySuppressConfirmationEmail Suppresses the confirmation email that NetFORUM normally sends the purchasing user after checkout completes
Public propertyUnderpaymentBehavior Determines how to handle payments that are less than the total cost of the shopping cart
Top
See Also