Home > @poq/sdk > UpdateCartRequest
Signature:
export declare class UpdateCartRequest extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the UpdateCartRequest class |
Property | Modifiers | Type | Description |
---|---|---|---|
customData | Record<string, unknown> | undefined | Custom Data for customizing Cart Item presentation | |
expires | Date | undefined | Cart expiration UTC date. | |
items | UpdateCartRequestItem[] | undefined | List of Line Items in the Cart to be updated |