Click or drag to resize

IShoppingCartState Interface


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

The IShoppingCartState type exposes the following members.

Properties
 NameDescription
Public propertyBalanceRemaining Remaining balance of the Total due on this cart, after any applied credits have been accounted for. By default, this is the amount of currency still needed to perform a {0} Overload operation.
Public propertyBillingAddressId 
Public propertyBillingContactId 
Public propertyBillToCustomerId 
Public propertyCartToken 
Public propertyContainsOpenInvoiceItems Indicates that there is at least one item in the cart that comes from a pre-existing, open invoice.
Public propertyContainsShippableItems Indicates if the cart contains items that netFORUM considers shippable. To know if a shipping method must be set on the cart to checkout, see IsShippingMethodRequired.
Public propertyCreditApplied Amount of credit applied to this cart as payment, to be used during the next checkout operation. Does not include credits which were already applied to invoices in the cart during previous checkouts.
Public propertyCurrencyId 
Public propertyCustomerId 
Public propertyCustomerSortName 
Public propertyDetailCount 
Public propertyDiscountAmountApplied Amount by which this cart has been discounted. This amount will always be positive. This amount has already been subtracted from Total, and has not been subtracted from SubTotal. If any open invoices have been added to the cart, this includes discounts from those as well.
Public propertyDiscountItems Collection of discount items in the cart. This only includes discounts that have been applied to the cart as a whole, not discounts applied to specific items in the cart.
Public propertyIsEligibleForInstallmentBilling Indicates if netFORUM considers the contents of the shopping cart eligible for checkouts using BillInInstallments.
Public propertyIsShippingMethodRequired Indicates if a ShippingMethodItem must be set on the cart in order to checkout. To see if one has already been set, see IsShippingMethodSet.
Public propertyIsShippingMethodSet Indicates if a ShippingMethodItem has been set on the cart.
Public propertyItems Collection of items in the cart.
Public propertyShippingAddressId 
Public propertyShippingApplied Amount of shipping applied to this cart. This amount has already been included in Total, and is excluded from SubTotal. If any open invoices have been added to the cart, this includes shipping from those as well.
Public propertyShippingMethodItem Cart item representing the one and only shipping charge applied to this cart. Will be null if no shipping item has been applied to the cart. Will throw InvalidOperationException if more than one shipping item has been applied to the cart.
Public propertyShippingMethodItems Collection of all shipping items in the cart.
Public propertySourceCodeId 
Public propertySubTotal Sub-total for this cart, excluding any shipping, taxes and discounts.
Public propertyTaxApplied Amount of tax applied to this cart. This amount has already been included in Total, and is excluded from SubTotal. If any open invoices have been added to the cart, this includes taxes from those as well.
Public propertyTotal Total cost of this cart, including any shipping, taxes and discounts. By default, this is the amount of currency and/or credits needed to perform a {0} Overload operation.
Public propertyTotalWeight 
Top
See Also