ShoppingCartInterface
in
Interface ShoppingCartInterface
Tags
Table of Contents
- getCreationDate() : string
- getCustomerId() : int
- getFinalPrice() : float
- getId() : int
- getProductId() : string
- getQuantity() : float
Methods
getCreationDate()
public
getCreationDate() : string
Return values
string —getCustomerId()
public
getCustomerId() : int
Return values
int —getFinalPrice()
public
getFinalPrice() : float
Return values
float —getId()
public
getId() : int
Return values
int —getProductId()
public
getProductId() : string
Return values
string —getQuantity()
public
getQuantity() : float