Table of Contents

Interface ICartItem

Namespace
EcommerceApp.Api.Models
Assembly
EcommerceApp.Api.dll
public interface ICartItem

Properties

Price

double Price { get; set; }

Property Value

double

ProductId

string ProductId { get; set; }

Property Value

string

Quantity

int Quantity { get; set; }

Property Value

int