BlazeCartItem Class |
Namespace: NetQuarry.Services
The BlazeCartItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | BlazeCartItem | Initializes a new instance of the BlazeCartItem class |
Name | Description | |
---|---|---|
![]() | batchId |
The batch ID
|
![]() | batchSku |
The batch SKU.
|
![]() | calcDiscount |
The calculated discount.
|
![]() | calcPreTax |
The calculated pre-tax.
|
![]() | calcTax |
The calculated tax.
|
![]() | companyId |
The company ID.
|
![]() | cost |
The cost.
|
![]() | created |
The created date.
(Inherited from BlazeBaseData.) |
![]() | deleted |
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.) |
![]() | discount |
The discount.
|
![]() | discountedQty |
The discounted quantity.
|
![]() | discountType |
The discount type.
|
![]() | exchangeAmount |
The exchange amount.
|
![]() | exchangeQty |
The exchange quantity.
|
![]() | exciseTax |
The excise tax.
|
![]() | finalPrice |
The final price.
|
![]() | fulfilled |
Specifies whether or not the item was fulfilled.
|
![]() | id |
The ID.
(Inherited from BlazeBaseData.) |
![]() | ignoreMixMatch |
Specifies whether or not to ignore the mix & match feature.
|
![]() | mixMatched |
Specifies whether the item is part of a mix & match.
|
![]() | modified |
The last modified date.
(Inherited from BlazeBaseData.) |
![]() | orderItemId |
The order item ID.
|
![]() | origQuantity |
The original quantity.
|
![]() | overridePrice |
The override price.
|
![]() | prepackage |
The pre-package.
|
![]() | prepackageId |
The pre-package ID.
|
![]() | prepackageItemId |
The pre-package item ID.
|
![]() | prepackageProductItem |
The pre-package product item.
|
![]() | preparedQty |
The prepared quantity.
|
![]() | product |
The product.
|
![]() | productId |
The product ID.
|
![]() | promotionReqs |
The promotion requests.
|
![]() | quantity |
The quantity.
|
![]() | quantityLogs |
The quantify logs.
|
![]() | remarks |
Remarks.
|
![]() | status |
The status.
|
![]() | taxInfo |
The tax info.
|
![]() | taxOrder |
The tax order.
|
![]() | taxResult |
The tax result.
|
![]() | taxTable |
The tax table.
|
![]() | taxType |
The tax type.
|
![]() | totalRefundAmount |
The total refund amount.
|
![]() | totalRefundQty |
The total refund quantity.
|
![]() | unitPrice |
The unit price.
|
![]() | unitQty |
The unit quantity.
|
![]() | updated |
The last modified date.
(Inherited from BlazeBaseData.) |
![]() | useUnitQty |
Specifies whether or not to use the unit quantity.
|
![]() | weightKey |
The weight key.
|
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.) |