Home > @poq/sdk > 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>;
});
Parameter | Type | Description |
---|---|---|
params | { externalId?: string; productTitle?: string; sku?: string; cartItemId?: string; price?: number; specialPrice?: number; quantity?: number; customData?: Record<string, unknown>; } |