pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 394 B
TypeScript
/** @description Object containing the line items of the invoice or shopping cart. */
export interface CartItemInvoiceData {
/**
* @description Shopping cart item description.
* The description will also be displayed in the portal as the product name
* if orderLineDetails.productName is not set.
*
* @example Smartwatch
*/
description?: string;
}