Property | Type | Description | |
---|---|---|---|
item | System.Item | ||
price | double |
Method | Description | |
---|---|---|
CartItem ( System.Item item, int quantity, double price ) : System | ||
getQuantity ( ) : int | ||
setQuantity ( int quantity ) : void |
public CartItem ( System.Item item, int quantity, double price ) : System | ||
item | System.Item | |
quantity | int | |
price | double | |
return | System |