BlazeCart Class |
Namespace: NetQuarry.Services
The BlazeCart type exposes the following members.
Name | Description | |
---|---|---|
![]() | adjustmentAmount |
The adjustment amount.
|
![]() | adjustmentInfoList |
The adjustment info list.
|
![]() | afterTaxDiscount |
The after-tax discount.
|
![]() | appliedAfterTaxDiscount |
The after-tax discount that was applied.
|
![]() | balanceDue |
The balance due.
|
![]() | calcCartDiscount |
The calculated card discount.
|
![]() | cashReceived |
The cash received.
|
![]() | changeDue |
The change due.
|
![]() | companyId |
The company ID.
|
![]() | consumerType |
The consumer type.
|
![]() | created |
The created date.
(Inherited from BlazeBaseData.) |
![]() | creditCardFee |
The credit card fee.
|
![]() | deleted |
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.) |
![]() | deliveryDiscount |
The delivery discount.
|
![]() | deliveryDiscountType |
The delivery discount type.
|
![]() | deliveryFee |
The delivery fee.
|
![]() | deliveryPromotionId |
The delivery promotion ID.
|
![]() | discount |
The discount.
|
![]() | discountType |
The discount type.
|
![]() | enableCreditCardFee |
Specifies whether or not to enable the credit card fee.
|
![]() | enableDeliveryFee |
Specifies whether or not to enable the delivery fee.
|
![]() | finalRefundAmt |
The final refund amount.
|
![]() | id |
The ID.
(Inherited from BlazeBaseData.) |
![]() | items |
The items.
|
![]() | modified |
The last modified date.
(Inherited from BlazeBaseData.) |
![]() | paymentOption |
The payment option.
|
![]() | paymentType |
The payment type.
|
![]() | pointSpent |
The point spent.
|
![]() | promoCode |
The promotion code.
|
![]() | promotionReqLogs |
The promotion request logs.
|
![]() | promotionReqs |
The promotion requests.
|
![]() | refundAmount |
The refund amount.
|
![]() | refundOption |
The refund option.
|
![]() | refundOrderItemRequests |
The refund order item requests.
|
![]() | requestRefundAmt |
The requested refund amount.
|
![]() | roundAmt |
The rounding amount.
|
![]() | splitPayment |
The split payment.
|
![]() | storageLocation |
The storage location.
|
![]() | subTotal |
The subtotal.
|
![]() | subTotalDiscount |
The subtotal discount.
|
![]() | tax |
The tax.
|
![]() | taxResult |
The tax result.
|
![]() | taxTable |
The tax table.
|
![]() | total |
The total.
|
![]() | totalALExciseTax |
The total AL excise tax.
|
![]() | totalCalcTax |
The total calculated tax.
|
![]() | totalDiscount |
The total discount.
|
![]() | totalExciseTax |
The total excise tax.
|
![]() | totalPreCalcTax |
The total pre-calculated tax.
|
![]() | updated |
The last modified date.
(Inherited from BlazeBaseData.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | EqualValue |
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.) |