Poq.SDK.Node

Home > @poq/sdk > OrderItemInStartCartTransferResponse > (constructor)

OrderItemInStartCartTransferResponse.(constructor)

Constructs a new instance of the OrderItemInStartCartTransferResponse class

Signature:

constructor(params: {
        externalId?: string;
        productTitle?: string;
        sku?: string;
        cartItemId?: string;
        price?: number;
        specialPrice?: number;
        quantity?: number;
        customData?: Record<string, unknown>;
    });

Parameters

Parameter Type Description
params { externalId?: string; productTitle?: string; sku?: string; cartItemId?: string; price?: number; specialPrice?: number; quantity?: number; customData?: Record<string, unknown>; }