Constructors

  • Parameters

    • item: Item
    • Optional readOnly: boolean
    • Optional thumbnail: string

    Returns CartItemHbsData

Properties

_basePricePerUoM?: InitMoney
_basePricePerUoMInc?: InitMoney
_customerDiscountPerUoM?: InitMoney
_customerDiscountPerUoMInc?: InitMoney
_customerDiscountedPricePerUoM?: InitMoney
_customerLineDiscountValue?: InitMoney
_customerLineDiscountValueInc?: InitMoney
_customerLineTax?: InitMoney
_customerLineValue?: InitMoney
_customerLineValueInc?: InitMoney
_customerPricePerUoM?: InitMoney
_customerPricePerUoMInc?: InitMoney
_salePricePerUoM?: InitMoney
_salePricePerUoMInc?: InitMoney
_taxValuePerUoM?: InitMoney
basePricePerUoM?: string
basePricePerUoMInc?: string
cartDescription?: string
cartItemId: string

Unique ID of item line in Cart

cartItemSKU?: string
cartItemURI?: string
cartShortDescription?: string
cartThumbnailAssetFileName?: string
cartThumbnailAssetId?: number
cartThumbnailURI?: string
cartTitle?: string
customerDiscountPerUoM?: string
customerDiscountPerUoMInc?: string
customerDiscountedPricePerUoM?: string
customerLineDiscountValue?: string
customerLineDiscountValueInc?: string
customerLineTax?: string
customerLineValue?: string
customerLineValueInc?: string
customerPricePerUoM?: string
customerPricePerUoMInc?: string
freeStock?: number
isFavouriteItem?: boolean
isForSale?: boolean
itemClass?: string

Internal Class name of the object, asset, page or other PHP class representing item in Cart

itemId?: string

Internal ID of the object, asset, page or other identifier uniquelly idetifiing concrete item in Cart

maximumOrderQuantity?: number
metadata?: any[]
minimumOrderQuantity?: number
quantity: null | number

Quantity of item in Cart

readOnly: boolean = false
salePricePerUoM?: string
salePricePerUoMInc?: string
taxCode?: string
taxValuePerUoM?: string
uoMCode?: string
uoMDescription?: string

Generated using TypeDoc