Click or drag to resize

Receipt Class

Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingShoppingCartState
    Ignition.Commerce.ShoppingReceipt

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[AllowOverridesAttribute]
public class Receipt : ShoppingCartState, IReceipt, 
	IShoppingCartState

The Receipt type exposes the following members.

Constructors
 NameDescription
Public methodReceiptInitializes a new instance of the Receipt class
Top
Properties
 NameDescription
Public propertyBalanceRemaining
(Inherited from ShoppingCartState)
Public propertyBillingAddressId
(Inherited from ShoppingCartState)
Public propertyBillingContactId
(Inherited from ShoppingCartState)
Public propertyBillToCustomerId
(Inherited from ShoppingCartState)
Public propertyCartItemsObsolete.
Returns a collection of cart items. Derived versions of ShoppingCartState may override the BuildLegacyCartItems method.
(Inherited from ShoppingCartState)
Public propertyCartToken
(Inherited from ShoppingCartState)
Public propertyChangeDue 
Public propertyConfirmationNumber 
Public propertyContainsOpenInvoiceItems
(Inherited from ShoppingCartState)
Public propertyContainsShippableItems
(Inherited from ShoppingCartState)
Protected propertyCourseRegistrationHlos
(Inherited from ShoppingCartState)
Public propertyCreditApplied
(Inherited from ShoppingCartState)
Public propertyCurrencyId
(Inherited from ShoppingCartState)
Public propertyCustomerId
(Inherited from ShoppingCartState)
Public propertyCustomerSortName
(Inherited from ShoppingCartState)
Public propertyDetailCount
(Inherited from ShoppingCartState)
Public propertyDiscountAmountApplied
(Inherited from ShoppingCartState)
Public propertyDiscountCartItemsObsolete.
Returns a collection of cart items that represent discounts. Derived versions of ShoppingCartState may override the BuildLegacyDiscountCartItems method.
(Inherited from ShoppingCartState)
Public propertyDiscountItems
(Inherited from ShoppingCartState)
Protected propertyDonationHlos
(Inherited from ShoppingCartState)
Protected propertyEventRegistrationHlos
(Inherited from ShoppingCartState)
Protected propertyEventSponsorshipHlos
(Inherited from ShoppingCartState)
Protected propertyExhibitorApplicationHlos
(Inherited from ShoppingCartState)
Protected propertyFlatAdditionalInvoiceDetailCartItems
(Inherited from ShoppingCartState)
Protected propertyFlatInvoiceDetailCartItems
(Inherited from ShoppingCartState)
Protected propertyGroupRegistrationHlos
(Inherited from ShoppingCartState)
Public propertyId
(Overrides ShoppingCartStateId)
Public propertyInvoiceCode Code of the netFORUM Invoice business object used to process this transaction. In the database this may map to an invoice code, an order code, or neither (depending how the transaction was processed).
Public propertyIsEligibleForInstallmentBilling
(Inherited from ShoppingCartState)
Public propertyIsShippingMethodRequired
(Inherited from ShoppingCartState)
Public propertyIsShippingMethodSet
(Inherited from ShoppingCartState)
Public propertyItems A structured collection of the items in this shopping cart. Derived versions of ShoppingCartState may override the BuildCartItems method for customization.
(Inherited from ShoppingCartState)
Public propertyMaskedCreditCardNumber 
Protected propertyMembershipHlos
(Inherited from ShoppingCartState)
Public propertyPaidAmount The amount paid towards this purchase as a part of this transaction, not including the value of any credits applied.
Public propertyPaymentCode Code of the payment record generated as a result of this transaction, if such a record exists.
Public propertyShippingAddressId
(Inherited from ShoppingCartState)
Public propertyShippingApplied
(Inherited from ShoppingCartState)
Public propertyShippingMethodCartItemObsolete.
Returns a cart items that represent the shipping method. Derived versions of ShoppingCartState may override the BuildLegacyShippingCartItem method.
(Inherited from ShoppingCartState)
Public propertyShippingMethodItem
(Inherited from ShoppingCartState)
Public propertyShippingMethodItems A collection of the shipping items in this shopping cart. Derived versions of ShoppingCartState may override the BuildShippingItems method for customization.
(Inherited from ShoppingCartState)
Public propertySourceCodeId
(Inherited from ShoppingCartState)
Public propertySubTotal
(Inherited from ShoppingCartState)
Public propertyTaxApplied
(Inherited from ShoppingCartState)
Public propertyTotal
(Inherited from ShoppingCartState)
Public propertyTotalWeight
(Inherited from ShoppingCartState)
Public propertyTransactionReferenceNumber 
Public propertyUnpaidBalance The unpaid balance on the invoice created during checkout of this cart. Should be 0, except in cases where UnderpaymentBehavior is set to something other than NotAllowed.
Top
Methods
See Also