Home > @poq/sdk > CartItemResponse
Signature:
export declare class CartItemResponse extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the CartItemResponse class |
Property | Modifiers | Type | Description |
---|---|---|---|
customData | Record<string, unknown> | undefined | Custom Data for customizing Cart Item presentation | |
id | string | ID for the Cart Item in a given cart. | |
price | Price | Decimal Values of Prices | |
quantity | number | Decimal Values of Prices | |
variantId | string | Product Variant ID. |