Click or drag to resize

IReceipt Properties

The IReceipt 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.
(Inherited from IShoppingCartState)
Public propertyBillingAddressId
(Inherited from IShoppingCartState)
Public propertyBillingContactId
(Inherited from IShoppingCartState)
Public propertyBillToCustomerId
(Inherited from IShoppingCartState)
Public propertyCartToken
(Inherited from IShoppingCartState)
Public propertyChangeDue 
Public propertyConfirmationNumber 
Public propertyContainsOpenInvoiceItems Indicates that there is at least one item in the cart that comes from a pre-existing, open invoice.
(Inherited from IShoppingCartState)
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.
(Inherited from IShoppingCartState)
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.
(Inherited from IShoppingCartState)
Public propertyCurrencyId
(Inherited from IShoppingCartState)
Public propertyCustomerId
(Inherited from IShoppingCartState)
Public propertyCustomerSortName
(Inherited from IShoppingCartState)
Public propertyDetailCount
(Inherited from IShoppingCartState)
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.
(Inherited from IShoppingCartState)
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.
(Inherited from IShoppingCartState)
Public propertyId 
Public propertyInvoiceCode 
Public propertyIsEligibleForInstallmentBilling Indicates if netFORUM considers the contents of the shopping cart eligible for checkouts using BillInInstallments.
(Inherited from IShoppingCartState)
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.
(Inherited from IShoppingCartState)
Public propertyIsShippingMethodSet Indicates if a ShippingMethodItem has been set on the cart.
(Inherited from IShoppingCartState)
Public propertyItems Collection of items in the cart.
(Inherited from IShoppingCartState)
Public propertyMaskedCreditCardNumber 
Public propertyPaidAmount 
Public propertyPaymentCode 
Public propertyShippingAddressId
(Inherited from IShoppingCartState)
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.
(Inherited from IShoppingCartState)
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.
(Inherited from IShoppingCartState)
Public propertyShippingMethodItems Collection of all shipping items in the cart.
(Inherited from IShoppingCartState)
Public propertySourceCodeId
(Inherited from IShoppingCartState)
Public propertySubTotal Sub-total for this cart, excluding any shipping, taxes and discounts.
(Inherited from IShoppingCartState)
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.
(Inherited from IShoppingCartState)
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.
(Inherited from IShoppingCartState)
Public propertyTotalWeight
(Inherited from IShoppingCartState)
Public propertyUnpaidBalance 
Top
See Also