projects/congarevenuecloud/ecommerce/src/lib/modules/cart/interfaces/cart-service.interface.ts
Response from cart actions like add, update and delete line items.
Properties |
data |
data:
|
Type : Array<CartItem>
|
List of Cart item records in the response. |
isInfo |
isInfo:
|
Type : boolean
|
Optional |
isInfo flag by default set to false, when set to true show info message. |
message |
message:
|
Type : string
|
Optional |
message resulted from cart action. |