Poq.SDK.Node

Home > @poq/sdk-sfcc > BasketsResult

BasketsResult class

Result document containing an array of baskets.

Signature:

export declare class BasketsResult extends BaseModel<BasketsResult> 

Extends: BaseModel<BasketsResult

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the BasketsResult class

Properties

Property Modifiers Type Description
baskets?   Array<Basket> (Optional) The list of baskets for a customer.
total?   number (Optional) The total number of baskets.