Click or drag to resize

BlazeCart Class

The Blaze shopping cart object.
Inheritance Hierarchy

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class BlazeCart : BlazeBaseData

The BlazeCart type exposes the following members.

Constructors
  NameDescription
Public methodBlazeCart
Initializes a new instance of the BlazeCart class
Top
Properties
  NameDescription
Public propertyadjustmentAmount
The adjustment amount.
Public propertyadjustmentInfoList
The adjustment info list.
Public propertyafterTaxDiscount
The after-tax discount.
Public propertyappliedAfterTaxDiscount
The after-tax discount that was applied.
Public propertybalanceDue
The balance due.
Public propertycalcCartDiscount
The calculated card discount.
Public propertycashReceived
The cash received.
Public propertychangeDue
The change due.
Public propertycompanyId
The company ID.
Public propertyconsumerType
The consumer type.
Public propertycreated
The created date.
(Inherited from BlazeBaseData.)
Public propertycreditCardFee
The credit card fee.
Public propertydeleted
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.)
Public propertydeliveryDiscount
The delivery discount.
Public propertydeliveryDiscountType
The delivery discount type.
Public propertydeliveryFee
The delivery fee.
Public propertydeliveryPromotionId
The delivery promotion ID.
Public propertydiscount
The discount.
Public propertydiscountType
The discount type.
Public propertyenableCreditCardFee
Specifies whether or not to enable the credit card fee.
Public propertyenableDeliveryFee
Specifies whether or not to enable the delivery fee.
Public propertyfinalRefundAmt
The final refund amount.
Public propertyid
The ID.
(Inherited from BlazeBaseData.)
Public propertyitems
The items.
Public propertymodified
The last modified date.
(Inherited from BlazeBaseData.)
Public propertypaymentOption
The payment option.
Public propertypaymentType
The payment type.
Public propertypointSpent
The point spent.
Public propertypromoCode
The promotion code.
Public propertypromotionReqLogs
The promotion request logs.
Public propertypromotionReqs
The promotion requests.
Public propertyrefundAmount
The refund amount.
Public propertyrefundOption
The refund option.
Public propertyrefundOrderItemRequests
The refund order item requests.
Public propertyrequestRefundAmt
The requested refund amount.
Public propertyroundAmt
The rounding amount.
Public propertysplitPayment
The split payment.
Public propertystorageLocation
The storage location.
Public propertysubTotal
The subtotal.
Public propertysubTotalDiscount
The subtotal discount.
Public propertytax
The tax.
Public propertytaxResult
The tax result.
Public propertytaxTable
The tax table.
Public propertytotal
The total.
Public propertytotalALExciseTax
The total AL excise tax.
Public propertytotalCalcTax
The total calculated tax.
Public propertytotalDiscount
The total discount.
Public propertytotalExciseTax
The total excise tax.
Public propertytotalPreCalcTax
The total pre-calculated tax.
Public propertyupdated
The last modified date.
(Inherited from BlazeBaseData.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also